configure: Add note about automake 1.14 problem
authorStefan Schmidt <s.schmidt@samsung.com>
Thu, 4 Dec 2014 13:11:35 +0000 (14:11 +0100)
committerStefan Schmidt <s.schmidt@samsung.com>
Thu, 4 Dec 2014 13:11:35 +0000 (14:11 +0100)
Maybe we can remove this once it is fixed and the fixed version it widely used.

configure.ac

index ccc85ec..4e3252d 100644 (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=""