From 2a0338919001e52f557db6a83ca05243bf5b39d2 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Thu, 4 Dec 2014 14:11:35 +0100 Subject: [PATCH] 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="" -- 2.7.4