From a1b162fcd54f6dea3e5eb96ec3d36174ffbb4e2f Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Tue, 23 Nov 2004 09:37:06 +0000 Subject: [PATCH] * doc/libtool.texi (LT_INIT): s/libtool 1.6/libtool 2.0/. (Invoking libtoolize): Fix typo. --- ChangeLog | 5 +++++ doc/libtool.texi | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index d97195b1..c868db96 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-11-23 Ralf Wildenhues + + * doc/libtool.texi (LT_INIT): s/libtool 1.6/libtool 2.0/. + (Invoking libtoolize): Fix typo. + 2004-11-22 Gary V. Vaughan * config/ltmain.m4sh (func_mode_install): Now that func_mktempdir diff --git a/doc/libtool.texi b/doc/libtool.texi index 3be2601f..d02ad9ba 100644 --- a/doc/libtool.texi +++ b/doc/libtool.texi @@ -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