]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
build: require automake-1.11
authorJim Meyering <meyering@redhat.com>
Mon, 18 May 2009 05:06:34 +0000 (07:06 +0200)
committerJim Meyering <meyering@redhat.com>
Mon, 18 May 2009 05:06:34 +0000 (07:06 +0200)
* bootstrap.conf (buildreq): Require automake-1.11, not 1.10b,
for our use of AM_SILENT_RULES.
* configure.ac (AM_INIT_AUTOMAKE): Likewise.

bootstrap.conf
configure.ac

index d8c7013c6e6f5bf04e7cdec3e7359ca101ae5f11..d34e90809c1b8e5b7624712e002c5b58cdbf2822 100644 (file)
@@ -301,7 +301,7 @@ gnulib_tool_option_extras="--tests-base=$bt/gnulib-tests --with-tests"
 # Build prerequisites
 buildreq="\
 autoconf   2.61
-automake   1.10b
+automake   1.11
 autopoint  -
 bison      -
 gettext    -
index 68a940cb2e39f2c88fb924ce96b5f525b261af36..4eb640e65b65b9c82163f3d79d61a5df3cc5603c 100644 (file)
@@ -32,7 +32,7 @@ AC_CONFIG_SRCDIR([src/ls.c])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_HEADERS([lib/config.h:lib/config.hin])
 
-AM_INIT_AUTOMAKE([1.10b dist-xz color-tests parallel-tests])
+AM_INIT_AUTOMAKE([1.11 dist-xz color-tests parallel-tests])
 AM_SILENT_RULES([yes]) # make --enable-silent-rules the default.
 
 AC_PROG_CC_STDC