From 001f756ffad29eee44988440e14dfc679bde34dc Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Sun, 27 Jun 2010 17:19:35 +0700 Subject: [PATCH] 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 Signed-off-by: Gary V. Vaughan --- ChangeLog | 6 ++++++ libltdl/m4/libtool.m4 | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index dd9f8616f..233682091 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2010-06-27 Gary V. Vaughan + 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 + Amend a missed opt_mode rename instance in ltmain.m4sh. * libltdl/config/ltmain.m4sh : Rename to opt_mode. diff --git a/libltdl/m4/libtool.m4 b/libltdl/m4/libtool.m4 index 2079e205e..8827d4a02 100644 --- a/libltdl/m4/libtool.m4 +++ b/libltdl/m4/libtool.m4 @@ -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") -- 2.47.2