]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* doc/libtool.texi (LT_INIT): Dumb typos fixed.
authorPatrick Welche <prlw1@newn.cam.ac.uk>
Tue, 2 Mar 2004 13:49:38 +0000 (13:49 +0000)
committerGary V. Vaughan <gary@gnu.org>
Tue, 2 Mar 2004 13:49:38 +0000 (13:49 +0000)
ChangeLog
doc/libtool.texi

index d4b6d2fde2cf118c5a3c240ffefc7cb762a45e31..5c5182cb94e49867a9b429ec9d6f411f44fbf75d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-03-02  Patrick Welche  <prlw1@newn.cam.ac.uk>
+
+       * doc/libtool.texi (LT_INIT): Dumb typos fixed.
+
 2004-02-23  Gary V. Vaughan  <gary@gnu.org>
 
        * ltmain.in <install mode>: Add missing --help doc for
index 3818faf36d75d798fdfc5d269d48c765526d310d..6282967bd7f3fabac08654e955cbbd90ef51bd04 100644 (file)
@@ -1638,7 +1638,7 @@ If you are using GNU Autoconf (or Automake), you should add a call to
 adds many new tests to the @code{configure} script so that the generated
 libtool script will understand the characteristics of the host:
 
-@defmac LT_PREREQ(@var{VERSION})
+@defmac LT_PREREQ (@var{VERSION})
 Ensure that a recent enough version of Libtool is being used.  If the
 version of Libtool used for @code{LT_INIT} is earlier than
 @var{version}, print an error message to the standard
@@ -1753,13 +1753,11 @@ default, depending on platform support, by specifying
 Change the default behaviour for @code{LT_INIT} to disable
 shared libraries.  The user may still override this default by
 specifying @samp{--enable-shared}.
-@end defmac
 
 @item disable-static
 Change the default behaviour for @code{LT_INIT} to disable
 static libraries.  The user may still override this default by
 specifying @samp{--enable-static}.
-@end defmac
 
 @end itemize