2004-11-09 Ralf Wildenhues * doc/libtool.texi (Compile mode, Link mode, Libltdl interface, Test descriptions, libtool script contents): Some quote cleanup, more use of texinfo types. --- doc/libtool.texi 30 Sep 2004 21:27:30 -0000 1.172 +++ doc/libtool.texi 8 Nov 2004 21:24:09 -0000 @@ -1199,7 +1199,7 @@ @cindex compile mode For @dfn{compile} mode, @var{mode-args} is a compiler command to be used -in creating a `standard' object file. These arguments should begin with +in creating a ``standard'' object file. These arguments should begin with the name of the C compiler, and contain the @samp{-c} compiler flag so that only an object file is created. @@ -1346,8 +1346,8 @@ @item -module Creates a library that can be dlopened (@pxref{Dlopened modules}). This option doesn't work for programs. -Module names don't need to be prefixed with 'lib'. -In order to prevent name clashes, however, 'libname' and 'name' +Module names don't need to be prefixed with @samp{lib}. +In order to prevent name clashes, however, @address@hidden and @address@hidden must not be used at the same time in your package. @item -no-fast-install @@ -3351,7 +3351,7 @@ @end deftp @deftp {Type} lt_dlhandle address@hidden is a module "handle". address@hidden is a module ``handle''. Every lt_dlopened module has a handle associated with it. @end deftp @@ -4477,7 +4477,7 @@ @item sh.test @pindex sh.test -Checks whether a `test' command was forgotten in libtool. +Checks whether a @code{test} command was forgotten in libtool. @item suffix.test @pindex suffix.test @@ -5135,7 +5136,7 @@ @end defvar @defvar libext -The standard old archive suffix (normally "a"). +The standard old archive suffix (normally @samp{a}). @end defvar @defvar libname_spec @@ -5162,12 +5163,12 @@ @end defvar @defvar need_lib_prefix -Whether libtool should automatically prefix module names with 'lib'. +Whether libtool should automatically prefix module names with @samp{lib}. Set to @samp{yes} or @samp{no}. By default, it is @samp{unknown}, which means the same as @samp{yes}, but documents that we are not really sure about it. @samp{yes} means that it is possible both to @code{dlopen} and to -link against a library without 'lib' prefix, +link against a library without @samp{lib} prefix, i.e. it requires @var{hardcode_direct} to be @samp{yes}. @end defvar @@ -5200,7 +5201,7 @@ @end defvar @defvar objext -The standard object file suffix (normally "o"). +The standard object file suffix (normally @samp{o}). @end defvar @defvar pic_flag