From: Gary V. Vaughan Date: Sun, 14 Mar 2004 10:14:32 +0000 (+0000) Subject: * doc/libtool.texi (Autoconf and LTLIBOBJS): The correct version X-Git-Tag: release-1-9b~134 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65c6799bfd93138f68a02cfba734694bba0bfa6f;p=thirdparty%2Flibtool.git * doc/libtool.texi (Autoconf and LTLIBOBJS): The correct version of Autoconf is 2.54. From Alexandre Duret-Lutz --- diff --git a/ChangeLog b/ChangeLog index c2dad7b9c..b34c3b7f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-03-14 Gary V. Vaughan + + * doc/libtool.texi (Autoconf and LTLIBOBJS): The correct version + of Autoconf is 2.54. + From Alexandre Duret-Lutz + 2004-03-13 Gary V. Vaughan * doc/libtool.texi (Using Automake): Cite correct Automake version diff --git a/doc/libtool.texi b/doc/libtool.texi index 04c7c02d9..f145c60da 100644 --- a/doc/libtool.texi +++ b/doc/libtool.texi @@ -2080,7 +2080,7 @@ AC_SUBST(LTLIBOBJS) @end example @noindent -This is no longer required (since Autoconf 2.50), and doesn't take +This is no longer required (since Autoconf 2.54), and doesn't take Automake's deansification support into account either, so doesn't work correctly even with ancient Autoconfs!