mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-12 14:06:37 +08:00
* m4/libtool.m4 (_LT_CONFIG_STATUS_DECLARE): Change `echo to
`$echo, causes problems when builtin echo is broken. Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
This commit is contained in:
parent
d608987264
commit
56ffee0e55
@ -1,3 +1,9 @@
|
||||
2004-01-31 Peter O'Gorman <peter@pogma.com>
|
||||
|
||||
* m4/libtool.m4 (_LT_CONFIG_STATUS_DECLARE): Change `echo to
|
||||
`$echo, causes problems when builtin echo is broken. Reported
|
||||
by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
|
||||
|
||||
2004-01-27 Scott James Remnant <scott@netsplit.com>
|
||||
|
||||
This fixes release procedure problems discovered whilst making
|
||||
|
4
m4/libtool.m4
vendored
4
m4/libtool.m4
vendored
@ -362,7 +362,7 @@ m4_define([_lt_decl_all_varnames],
|
||||
# declaration there will have the same value as in `configure'. VARNAME
|
||||
# must have a single quote delimited value for this to work.
|
||||
m4_define([_LT_CONFIG_STATUS_DECLARE],
|
||||
[$1='`echo "X$][$1" | $Xsed -e "$delay_single_quote_subst"`'])
|
||||
[$1='`$echo "X$][$1" | $Xsed -e "$delay_single_quote_subst"`'])
|
||||
|
||||
|
||||
# _LT_CONFIG_STATUS_DECLARATIONS
|
||||
@ -372,7 +372,7 @@ m4_define([_LT_CONFIG_STATUS_DECLARE],
|
||||
# embedded single quotes properly. In configure, this macro expands
|
||||
# each variable declared with _LT_DECL (and _LT_TAGDECL) into:
|
||||
#
|
||||
# <var>='`echo "X$<var>" | $Xsed -e "$delay_single_quote_subst"`'
|
||||
# <var>='`$echo "X$<var>" | $Xsed -e "$delay_single_quote_subst"`'
|
||||
m4_define([_LT_CONFIG_STATUS_DECLARATIONS],
|
||||
[m4_foreach([_lt_var], m4_quote(lt_decl_all_varnames),
|
||||
[m4_n([_LT_CONFIG_STATUS_DECLARE(_lt_var)])])])
|
||||
|
Loading…
Reference in New Issue
Block a user