configure: Add note about automake 1.14 problem

Maybe we can remove this once it is fixed and the fixed version it widely used.
This commit is contained in:
Stefan Schmidt 2014-12-04 14:11:35 +01:00
parent 3a9f724cbc
commit 2a03389190
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ AH_BOTTOM([
AM_INIT_AUTOMAKE([1.6 dist-xz -Wall color-tests subdir-objects])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
# Due to a bug in automake 1.14 we need to use this after AM_INIT_AUTOMAKE
# http://debbugs.gnu.org/cgi/bugreport.cgi?bug=15981
AC_USE_SYSTEM_EXTENSIONS
CFOPT_WARNING=""