From 645ce0c48c53a75c6c7a1b4d7f9e83dff5d4532b Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Mon, 19 Apr 2004 12:57:25 +0000 Subject: [PATCH] * doc/libtool.texi (LT_INIT): Properly display options in a table. --- ChangeLog | 4 ++++ doc/libtool.texi | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 56aa2f2c7..47b56322d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-04-19 Alexandre Duret-Lutz + + * doc/libtool.texi (LT_INIT): Properly display options in a table. + 2004-04-19 Gary V. Vaughan * m4/libtool.m4 (_LT_LANG_CXX_CONFIG): Intel C++ compiler 8.0 and diff --git a/doc/libtool.texi b/doc/libtool.texi index 8d80d3af3..07c8b13a4 100644 --- a/doc/libtool.texi +++ b/doc/libtool.texi @@ -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 -- 2.47.2