]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltmain.in <link mode>: Add missing --help doc for -shrext
authorGary V. Vaughan <gary@gnu.org>
Mon, 23 Feb 2004 16:43:42 +0000 (16:43 +0000)
committerGary V. Vaughan <gary@gnu.org>
Mon, 23 Feb 2004 16:43:42 +0000 (16:43 +0000)
option.

ChangeLog
ltmain.in

index 7819cdc954a98631d135dc5097197e24d4913ff1..4663ddd0cf5d4177e082e031a76440d62aeb5804 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2004-02-23  Gary V. Vaughan  <gvaughan@eris.qinetiq.com>
 
+       * ltmain.in <link mode>: 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.
 
index a7875a9cf9a1ae76efebda49e36839184306a702..9a614bf5b9c3b9e253ee14b64b3d3bafdd95c5b2 100644 (file)
--- 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]