require automake 1.12 for `serial-tests'.
authorAndy Wingo <wingo@pobox.com>
Wed, 30 Jan 2013 10:59:37 +0000 (11:59 +0100)
committerAndy Wingo <wingo@pobox.com>
Wed, 30 Jan 2013 11:00:13 +0000 (12:00 +0100)
* configure.ac: Require automake 1.12 for `serial-tests'.

configure.ac

index 04c505e..8848339 100644 (file)
@@ -35,10 +35,10 @@ AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_SRCDIR(GUILE-VERSION)
 
-dnl `AM_PROG_AR' was introduced in Automake 1.11.2.
 dnl Use `serial-tests' so the output `check-guile' is not hidden
 dnl (`parallel-tests' is the default in Automake 1.13.)
-AM_INIT_AUTOMAKE([1.11.2 gnu no-define -Wall -Wno-override \
+dnl `serial-tests' was introduced in Automake 1.12.
+AM_INIT_AUTOMAKE([1.12 gnu no-define -Wall -Wno-override \
   serial-tests color-tests dist-xz])
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])], [AC_SUBST([AM_DEFAULT_VERBOSITY],1)])