From: Gary V. Vaughan Date: Mon, 23 Feb 2004 16:43:42 +0000 (+0000) Subject: * ltmain.in : Add missing --help doc for -shrext X-Git-Tag: release-1-9b~142 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8355ba6c657f4c51dfc9d3cf986bbe630b43673a;p=thirdparty%2Flibtool.git * ltmain.in : Add missing --help doc for -shrext option. --- diff --git a/ChangeLog b/ChangeLog index 7819cdc95..4663ddd0c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2004-02-23 Gary V. Vaughan + * ltmain.in : Add missing --help doc for -shrext + option. + * ltmain.in (IFS): Move '\n' to beginning of IFS so that emacs doesn't offer to strip trailing ' \t' on every save. diff --git a/ltmain.in b/ltmain.in index a7875a9cf..9a614bf5b 100644 --- a/ltmain.in +++ b/ltmain.in @@ -6588,6 +6588,7 @@ The following components of LINK-COMMAND are treated specially: -rpath LIBDIR the created library will eventually be installed in LIBDIR -R[ ]LIBDIR add LIBDIR to the runtime path of programs and libraries -shared only do dynamic linking of libtool libraries + -shrext SUFFIX override the standard shared library file extension -static do not do any dynamic linking of libtool libraries -version-info CURRENT[:REVISION[:AGE]] specify library version info [each variable defaults to 0]