* 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>
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.
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")