bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

problem with bootstrapping coreutils with automake 1.10.1


From: Paul Eggert
Subject: problem with bootstrapping coreutils with automake 1.10.1
Date: Wed, 15 Oct 2008 10:58:04 -0700

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  <address@hidden>

        * 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]