From: "Gary V. Vaughan" <[email protected]> * configure.ac (AM_INIT_AUTOMAKE): Require 1.11.6 or newer.
Signed-off-by: Gary V. Vaughan <[email protected]> (cherry picked from commit a82e6b74a462b16effb7304b850f72faf727aec5) --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index eb2290c..16aa393 100644 --- a/configure.ac +++ b/configure.ac @@ -54,7 +54,7 @@ M4_default_preload="M4_DEFAULT_PRELOAD" ## ------------------------ ## ## Automake Initialization. ## ## ------------------------ ## -AM_INIT_AUTOMAKE([1.10b subdir-objects dist-bzip2 dist-xz +AM_INIT_AUTOMAKE([1.11.6 subdir-objects dist-bzip2 dist-xz color-tests parallel-tests silent-rules] m4_if(m4_index(m4_defn([M4_VERSION]), [-]), [-1], [gnits], [gnu])) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) -- 2.9.3 _______________________________________________ M4-patches mailing list [email protected] https://lists.gnu.org/mailman/listinfo/m4-patches
