From: Ralf Wildenhues Date: Tue, 9 Nov 2004 19:15:27 +0000 (+0000) Subject: * doc/libtool.texi (libtool script contents): X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47ed74ab2462e8a93d61f8e8f32cca3d941c234b;p=thirdparty%2Flibtool.git * doc/libtool.texi (libtool script contents): echo is now ECHO; mention argument restriction. --- diff --git a/ChangeLog b/ChangeLog index f7997ea7a..2543b8162 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2004-11-09 Ralf Wildenhues + * 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): diff --git a/doc/libtool.texi b/doc/libtool.texi index e5708b7ca..90635951d 100644 --- a/doc/libtool.texi +++ b/doc/libtool.texi @@ -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