* ltmain.in <link mode>: Add missing --help doc for -shrext

option.
This commit is contained in:
Gary V. Vaughan 2004-02-23 16:43:42 +00:00
parent b1a6d2d3c1
commit 8355ba6c65
2 changed files with 4 additions and 0 deletions

View File

@ -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.

View File

@ -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]