* doc/libtool.texi (libtool script contents):

echo is now ECHO; mention argument restriction.
This commit is contained in:
Ralf Wildenhues 2004-11-09 19:16:57 +00:00
parent 52a1da572a
commit 27c30aa6ed
2 changed files with 9 additions and 5 deletions

View File

@ -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):

View File

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