mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-21 01:40:57 +08:00
Fix typo in libtool --help output.
* libltdl/config/ltmain.m4sh (func_mode_help): Fix typo in help output. Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
This commit is contained in:
parent
55b7842849
commit
0238e60a63
@ -1,5 +1,9 @@
|
||||
2010-03-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
Fix typo in libtool --help output.
|
||||
* libltdl/config/ltmain.m4sh (func_mode_help): Fix typo in help
|
||||
output.
|
||||
|
||||
Fix a couple of documentation errors.
|
||||
* doc/libtool.texi (Autoconf macros): Improve hyphenation.
|
||||
(Using libltdl): libltdl uses the Lesser General Public License,
|
||||
|
@ -1052,8 +1052,8 @@ This mode accepts the following additional options:
|
||||
|
||||
-o OUTPUT-FILE set the output file name to OUTPUT-FILE
|
||||
-no-suppress do not suppress compiler output for multiple passes
|
||||
-prefer-pic try to building PIC objects only
|
||||
-prefer-non-pic try to building non-PIC objects only
|
||||
-prefer-pic try to build PIC objects only
|
||||
-prefer-non-pic try to build non-PIC objects only
|
||||
-shared do not build a \`.o' file suitable for static linking
|
||||
-static only build a \`.o' file suitable for static linking
|
||||
-Wc,FLAG pass FLAG directly to the compiler
|
||||
|
Loading…
Reference in New Issue
Block a user