]> 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:37:06 +0000 (09:37 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 23 Nov 2004 09:37:06 +0000 (09:37 +0000)
(Invoking libtoolize): Fix typo.

ChangeLog
doc/libtool.texi

index d97195b1ec89e8541732df9ef805d2382cabba63..c868db96c005f7c9530f04b6d0a75f4570601bfa 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 3be2601f2733f2746c09357a475b22809cf45a16..d02ad9ba4e4c07705383f92467d027e8d6b7ed7a 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
@@ -2234,7 +2234,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