stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=2a0338919001e52f557db6a83ca05243bf5b39d2

commit 2a0338919001e52f557db6a83ca05243bf5b39d2
Author: Stefan Schmidt <[email protected]>
Date:   Thu Dec 4 14:11:35 2014 +0100

    configure: Add note about automake 1.14 problem
    
    Maybe we can remove this once it is fixed and the fixed version it widely 
used.
---
 configure.ac | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/configure.ac b/configure.ac
index ccc85ec..4e3252d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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=""

-- 


Reply via email to