]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* doc/libtool.texi (LT_INIT): s/libtool 1.6/libtool 2.0/.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 23 Nov 2004 09:38:02 +0000 (09:38 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 23 Nov 2004 09:38:02 +0000 (09:38 +0000)
(Invoking libtoolize): Fix typo.

ChangeLog
doc/libtool.texi

index 6f381a9316724732fb4e0093ffc92eddc744b668..0f1f8591538c207e9bcaf4f118ca38fc92f6254e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-11-23  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+       * doc/libtool.texi (LT_INIT): s/libtool 1.6/libtool 2.0/.
+       (Invoking libtoolize): Fix typo.
+
 2004-11-22  Gary V. Vaughan  <gary@gnu.org>
 
        * config/ltmain.m4sh (func_mode_install): Now that func_mktempdir
index 997ec90894628c7f1699c598abe72780f24a808c..0f2aaf7f30eed5974f150a35f8f5069b0636d2c6 100644 (file)
@@ -2077,13 +2077,13 @@ so the results of the configuration tests were available directly to code in
 @file{configure.ac}, rendering the call out to the generated libtool
 script obsolete.
 
-Starting with libtool 1.6, the multipass generation of the libtool
+Starting with libtool 2.0, the multipass generation of the libtool
 script has been consolidated into a single @file{config.status} pass,
 which happens after all the code in @file{configure.ac} has
 completed.  The implication of this is that the libtool script does
 not exist during execution of code from @file{configure.ac}, and so
 obviously it cannot be called for @samp{--config} details anymore.  If
-you are upgrading projects that used this idiom to libtool 1.6 or
+you are upgrading projects that used this idiom to libtool 2.0 or
 newer, you should replace those calls with direct references to the
 equivalent Autoconf shell variables that are set by the configure time
 tests before being passed to @file{config.status} for inclusion in the
@@ -2224,7 +2224,7 @@ It is perfectly sensible to use both @code{AC_CONFIG_MACRO_DIR} and
 
 @example
 ACLOCAL_AMFLAGS = -I m4
-@endif
+@end example
 
 When you bootstrap your project with @command{aclocal}, then you will
 need to explicitly pass the same macro directory with