From: Ralf Wildenhues Date: Sun, 28 Mar 2010 16:11:44 +0000 (+0200) Subject: Fix typo in libtool --help output. X-Git-Tag: v2.2.7b~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0238e60a634444250411db0151e4ab5e82e26daa;p=thirdparty%2Flibtool.git Fix typo in libtool --help output. * libltdl/config/ltmain.m4sh (func_mode_help): Fix typo in help output. Signed-off-by: Ralf Wildenhues --- diff --git a/ChangeLog b/ChangeLog index 03725ed3a..f7563a072 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2010-03-28 Ralf Wildenhues + 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, diff --git a/libltdl/config/ltmain.m4sh b/libltdl/config/ltmain.m4sh index 435f1c4a0..e70a318af 100644 --- a/libltdl/config/ltmain.m4sh +++ b/libltdl/config/ltmain.m4sh @@ -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