summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-05-18 07:06:34 +0200
committerJim Meyering <meyering@redhat.com>2009-05-18 07:06:34 +0200
commitb7f6e0d51680a6b5d5c992b59ddb403673ee4ae2 (patch)
treebc6baf53383da8b7abd970edec9d752183d702da
parent088a7ca9b155fde8d8af0c3754b7df3d45485591 (diff)
downloadcoreutils-b7f6e0d51680a6b5d5c992b59ddb403673ee4ae2.tar.xz
build: require automake-1.11
* bootstrap.conf (buildreq): Require automake-1.11, not 1.10b, for our use of AM_SILENT_RULES. * configure.ac (AM_INIT_AUTOMAKE): Likewise.
-rw-r--r--bootstrap.conf2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap.conf b/bootstrap.conf
index d8c7013c6..d34e90809 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -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 -
diff --git a/configure.ac b/configure.ac
index 68a940cb2..4eb640e65 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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