1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 19:50:24 +02:00

require automake 1.12 for `serial-tests'.

* configure.ac: Require automake 1.12 for `serial-tests'.
This commit is contained in:
Andy Wingo 2013-01-30 11:59:37 +01:00
parent ac28db6db1
commit a8fa310b04

View file

@ -35,10 +35,10 @@ AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR(GUILE-VERSION) 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 Use `serial-tests' so the output `check-guile' is not hidden
dnl (`parallel-tests' is the default in Automake 1.13.) 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]) serial-tests color-tests dist-xz])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])], [AC_SUBST([AM_DEFAULT_VERBOSITY],1)]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])], [AC_SUBST([AM_DEFAULT_VERBOSITY],1)])