]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* doc/libtool.texi (LT_INIT): Properly display options in a table.
authorAlexandre Duret-Lutz <adl@gnu.org>
Mon, 19 Apr 2004 12:57:25 +0000 (12:57 +0000)
committerGary V. Vaughan <gary@gnu.org>
Mon, 19 Apr 2004 12:57:25 +0000 (12:57 +0000)
ChangeLog
doc/libtool.texi

index 56aa2f2c7b299103c02d3eba96cfa66158f9ec94..47b56322d0870c0fbb875c9bb70360e1396afeec 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-04-19  Alexandre Duret-Lutz  <adl@gnu.org>
+
+       * doc/libtool.texi (LT_INIT): Properly display options in a table.
+
 2004-04-19  Gary V. Vaughan  <gary@gnu.org>
 
        * m4/libtool.m4 (_LT_LANG_CXX_CONFIG): Intel C++ compiler 8.0 and
index 8d80d3af345cf0ed4e199287614bbde7e97b0423..07c8b13a4e9a90de6225093f7841c501b68e5f8a 100644 (file)
@@ -1785,7 +1785,7 @@ Aside from @code{disable-static} and @code{disable-shared}, there are
 other options that you can pass to @code{LT_INIT} to modify its
 behaviour.  Here is a full list:
 
-@itemize @samp
+@table @samp
 @item dlopen
 Enable checking for dlopen support. This option should be used if
 the package makes use of the @samp{-dlopen} and @samp{-dlpreopen}
@@ -1831,7 +1831,7 @@ Change the default behaviour of @command{libtool} to try to use only
 non-PIC objects.  The user may still override this default by
 specifying @samp{--without-pic} to @command{configure}.
 
-@end itemize
+@end table
 
 @end defmac