mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-18 14:16:00 +08:00
* doc/libtool.texi (libtool script contents):
echo is now ECHO; mention argument restriction.
This commit is contained in:
parent
52a1da572a
commit
27c30aa6ed
@ -1,5 +1,8 @@
|
||||
2004-11-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
* doc/libtool.texi (libtool script contents):
|
||||
echo is now ECHO; mention argument restriction.
|
||||
|
||||
* doc/libtool.texi (Multiple dependencies): Minor rewording.
|
||||
|
||||
* doc/libtool.texi (User defined module data, References):
|
||||
|
@ -4889,6 +4889,12 @@ The name of the system library archiver.
|
||||
The name of the C compiler used to configure libtool.
|
||||
@end defvar
|
||||
|
||||
@defvar ECHO
|
||||
An @code{echo} program which does not interpret backslashes as an
|
||||
escape character. It may be given only one argument, so due quoting
|
||||
is necessary.
|
||||
@end defvar
|
||||
|
||||
@defvar LD
|
||||
The name of the linker that libtool should use internally for reloadable
|
||||
linking and possibly shared libraries.
|
||||
@ -4985,11 +4991,6 @@ is linked statically (@samp{-all-static}). Set to @samp{yes} or
|
||||
@samp{no}.
|
||||
@end defvar
|
||||
|
||||
@defvar echo
|
||||
An @code{echo} program which does not interpret backslashes as an
|
||||
escape character.
|
||||
@end defvar
|
||||
|
||||
@defvar exclude_expsyms
|
||||
List of symbols that should not be listed in the preloaded symbols.
|
||||
@end defvar
|
||||
|
Loading…
Reference in New Issue
Block a user