summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2012-12-10 23:38:48 +0100
committerLudovic Courtès <ludo@gnu.org>2012-12-10 23:41:06 +0100
commit21982d68ab11580cbe35dee2f98334e09545fd93 (patch)
tree3019fa56dee939f992473c02d99dfff52214525c
parentafdf5467e5d8f9b1c13cae2d2cc0679a710d2403 (diff)
downloadguile-21982d68ab11580cbe35dee2f98334e09545fd93.tar.gz
build: Require Automake 1.11.2 or later.
* configure.ac: Require Automake 1.11.2 or later. Reported by Sjoerd van Leent Privé <svanleent@gmail.com> in <http://bugs.gnu.org/13117>.
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index be20b8c67..783af3e47 100644
--- a/configure.ac
+++ b/configure.ac
@@ -35,8 +35,8 @@ AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR(GUILE-VERSION)
-dnl `AM_SUBST_NOTMAKE' was introduced in Automake 1.11.
-AM_INIT_AUTOMAKE([1.11 gnu no-define -Wall -Wno-override color-tests dist-xz])
+dnl `AM_PROG_AR' was introduced in Automake 1.11.2.
+AM_INIT_AUTOMAKE([1.11.2 gnu no-define -Wall -Wno-override color-tests dist-xz])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])], [AC_SUBST([AM_DEFAULT_VERBOSITY],1)])
AC_COPYRIGHT(GUILE_CONFIGURE_COPYRIGHT)