diff options
author | Jim Meyering <meyering@redhat.com> | 2009-04-29 12:01:26 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-04-29 12:01:26 +0200 |
commit | aa29002f529d6adb1e2ae86ad5101727efb92abc (patch) | |
tree | 63a35aee63581a7b908f2b5c260907b938388a39 | |
parent | d3899f9b9f7166934736ba972198604f42f2e699 (diff) | |
download | idutils-aa29002f529d6adb1e2ae86ad5101727efb92abc.tar.gz idutils-aa29002f529d6adb1e2ae86ad5101727efb92abc.tar.bz2 idutils-aa29002f529d6adb1e2ae86ad5101727efb92abc.zip |
* configure.ac (AM_INIT_AUTOMAKE): Require automake-1.10b or newer.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d868735..67d7e27 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ AC_INIT([idutils], m4_esyscmd([build-aux/git-version-gen .tarball-version]), [bug-idutils@gnu.org]) AC_CONFIG_AUX_DIR(build-aux) -AM_INIT_AUTOMAKE([1.10.1 dist-xz std-options]) +AM_INIT_AUTOMAKE([1.10b dist-xz std-options]) AM_SILENT_RULES([yes]) # make --enable-silent-rules the default. AC_CONFIG_SRCDIR([src/mkid.c]) |