summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-03-31 20:43:35 +0200
committerJim Meyering <meyering@redhat.com>2009-03-31 20:57:11 +0200
commit1417251e296226e34d25d8ca8c2b99d12c2c21f0 (patch)
tree6f981afc57b735f949f4d0b6d48c0bc42abb713a /configure.ac
parent30071248c9e1132b4d5d9559f97b6199cc91556e (diff)
downloadcoreutils-1417251e296226e34d25d8ca8c2b99d12c2c21f0.tar.xz
build: set automake's silent-rules option via configure.ac
* bootstrap: Revert commit 9f39fa855, 2009-03-28, "build: use automake's --silent-rules option when possible". * configure.ac (AM_INIT_AUTOMAKE): Instead, set it here. Require the just-released version of automake: 1.10b.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 71f29e9d1..8d9bcafe6 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.10a dist-xz color-tests parallel-tests])
+AM_INIT_AUTOMAKE([1.10b dist-xz color-tests parallel-tests silent-rules])
AC_PROG_CC_STDC
AM_PROG_CC_C_O