mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-30 14:30:15 +08:00
Use TAB-SPACE in preference to SPACE-TAB.
* libltdl/m4/libtool.m4 (_LT_PROG_XSI_REPLACE): Some editors might optimise away the SPACE in SPACE-TAB sequences, so use TAB-SPACE just in case. Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de> Signed-off-by: Gary V. Vaughan <gary@gnu.org>
This commit is contained in:
parent
6767ed13de
commit
001f756ffa
@ -1,5 +1,11 @@
|
||||
2010-06-27 Gary V. Vaughan <gary@gnu.org>
|
||||
|
||||
Use TAB-SPACE in preference to SPACE-TAB.
|
||||
* libltdl/m4/libtool.m4 (_LT_PROG_XSI_REPLACE): Some editors
|
||||
might optimise away the SPACE in SPACE-TAB sequences, so use
|
||||
TAB-SPACE just in case.
|
||||
Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
Amend a missed opt_mode rename instance in ltmain.m4sh.
|
||||
* libltdl/config/ltmain.m4sh <mode>: Rename to opt_mode.
|
||||
|
||||
|
2
libltdl/m4/libtool.m4
vendored
2
libltdl/m4/libtool.m4
vendored
@ -7260,7 +7260,7 @@ m4_defun([_LT_PROG_XSI_REPLACE],
|
||||
sed -e '/^$1 ()$/,/^} # $1 /c\
|
||||
$1 ()\
|
||||
{\
|
||||
m4_bpatsubsts([$2], [$], [\\], [^\([ ]\)], [\\\1])
|
||||
m4_bpatsubsts([$2], [$], [\\], [^\([ ]\)], [\\\1])
|
||||
} # XSI $1 implementation' "$cfgfile" > $cfgfile.tmp \
|
||||
&& mv -f "$cfgfile.tmp" "$cfgfile" \
|
||||
|| (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
|
||||
|
Loading…
Reference in New Issue
Block a user