I couldn't do a bootstrap build of coreutils with the latest publicly
released tools due to the "1.10a" in configure.ac.  Is that "1.10a"
obsolete now?  Is it OK to use automake 1.10.1 now?  Anyway, this
patch worked around my bootstrap problem:

2008-10-15  Paul Eggert  <[EMAIL PROTECTED]>

        * configure.ac (AM_INIT_AUTOMAKE): Bump Automake version from
        1.10a to 1.10.1.

diff --git a/configure.ac b/configure.ac
index 549c7ee..ce8f324 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-lzma])
+AM_INIT_AUTOMAKE([1.10.1 dist-lzma])
 
 AC_PROG_CC_STDC
 AM_PROG_CC_C_O


_______________________________________________
Bug-coreutils mailing list
Bug-coreutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to