OSDN Git Service

build: require 1.10c (get it by building from automake.git)
authorJim Meyering <meyering@redhat.com>
Fri, 15 May 2009 13:12:19 +0000 (15:12 +0200)
committerJim Meyering <meyering@redhat.com>
Fri, 15 May 2009 13:45:15 +0000 (15:45 +0200)
* bootstrap.conf (buildreq): Require 1.10c (1.11 is coming soon)
for our use of AM_SILENT_RULES.
* configure.ac (AM_INIT_AUTOMAKE): Require 1.10c, for our use of
AM_SILENT_RULES.  Reported by Joel Granados.

bootstrap.conf
configure.ac

index 3c3325f..5b3b03c 100644 (file)
@@ -109,7 +109,7 @@ mkdir -p gnulib-tests
 # Build prerequisites
 buildreq="\
 autoconf   2.61
-automake   1.10b
+automake   1.10c
 autopoint  -
 gettext    -
 git        1.4.4
index 53d88b5..5616be8 100644 (file)
@@ -52,7 +52,7 @@ AC_SUBST([LT_CURRENT])
 AC_SUBST([LT_REVISION])
 AC_SUBST([LT_AGE])
 
-AM_INIT_AUTOMAKE([1.10b dist-xz color-tests parallel-tests])
+AM_INIT_AUTOMAKE([1.10c dist-xz color-tests parallel-tests])
 AM_SILENT_RULES([yes]) # make --enable-silent-rules the default.
 
 AC_CANONICAL_HOST