diff options
| author | Jim Meyering <meyering@redhat.com> | 2009-05-18 07:06:34 +0200 |
|---|---|---|
| committer | Jim Meyering <meyering@redhat.com> | 2009-05-18 07:06:34 +0200 |
| commit | b7f6e0d51680a6b5d5c992b59ddb403673ee4ae2 (patch) | |
| tree | bc6baf53383da8b7abd970edec9d752183d702da /bootstrap.conf | |
| parent | maint: HACKING: mention a few more useful git commands (diff) | |
| download | coreutils-b7f6e0d51680a6b5d5c992b59ddb403673ee4ae2.tar.gz coreutils-b7f6e0d51680a6b5d5c992b59ddb403673ee4ae2.zip | |
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.
Diffstat (limited to 'bootstrap.conf')
| -rw-r--r-- | bootstrap.conf | 2 |
1 files changed, 1 insertions, 1 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 - |
