]> git.ipfire.org Git - thirdparty/libtool.git/commit
Implement $ECHO with print -r, printf or cat in a shell function.
authorPaolo Bonzini <bonzini@gnu.org>
Fri, 7 Nov 2008 08:03:35 +0000 (09:03 +0100)
committerPaolo Bonzini <bonzini@gnu.org>
Wed, 12 Nov 2008 07:42:42 +0000 (08:42 +0100)
commita0283899e7e8a1db793d082537850dd43143268a
treeabbb38552aba5eb2e63eea56a7f385dbb77999af
parentf7cccd31202d0a6d0ff91e0798d29664dc916f5d
Implement $ECHO with print -r, printf or cat in a shell function.

* configure.ac: Bump Autoconf requirement.
* libltdl/config/general.m4sh: Use $as_echo as default $ECHO.
* tests/testsuite.at: Use $as_echo as default $ECHO.

* libltdl/m4/libtool.m4 (LT_INIT): Add _LT_SHELL_INIT to
work around Autoconf <2.64 bug.
(_LT_OUTPUT_LIBTOOL_COMMANDS_INIT): Add func_fallback_echo.
Eliminate lt_ECHO requoting.
(_LT_SHELL_INIT): Use a public M4sh diversion.
(_LT_PROG_ECHO_BACKSLASH): Rewrite.
(LT_CMD_MAX_LEN): Do not use --fallback-echo.
* libltdl/config/ltmain.m4sh: Remove --no-reexec and --fallback-echo
handling.
(func_fallback_echo): New.
(func_emit_wrapper_part1): Quote ECHO.  Remove --no-reexec and
--fallback-echo handling.
(Execute mode): Do not set qecho.
ChangeLog
HACKING
configure.ac
libltdl/config/general.m4sh
libltdl/config/ltmain.m4sh
libltdl/m4/libtool.m4
tests/testsuite.at