-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 According to hggdh on 4/1/2009 7:37 AM: > Hi, > > I am confused: I just tried to build current GIT and, while > running ./bootstrap I got the following error: > > ./bootstrap: automake --add-missing --copy --force-missing ... > configure.ac:35: require Automake 1.10b, but have 1.10a > > Now, I *am* automake GIT up-to-date, and a just built automake is > reporting version 1.10a.
automake.git has multiple branches. Right now, the master branch is stuck at 1.10a, but Ralf will be fixing that in the future. But the next branch is at 1.10c (post-release). You probably want to do: $ git checkout --track origin/next -b next then rerun ./bootstrap to build automake 1.10c. > > Where is automake 1.10b to be found? ftp://alpha.gnu.org/gnu/automake/automake-1.10b.tar.gz or read the release announcement: http://lists.gnu.org/archive/html/autotools-announce/2009-03/msg00000.html Likewise for the just-released autoconf-2.63b: http://lists.gnu.org/archive/html/autotools-announce/2009-03/msg00001.html - -- Don't work too hard, make some time for fun as well! Eric Blake [email protected] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (Cygwin) Comment: Public key at home.comcast.net/~ericblake/eblake.gpg Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAknTc9UACgkQ84KuGfSFAYB06gCgrA1lmfpzSgc209XDq2LfEPI1 f90AoJ8KjglPpkaZYp8+jB2y2BP2sEm+ =kMsF -----END PGP SIGNATURE----- _______________________________________________ Bug-coreutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-coreutils
