+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
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
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