This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Libtool".

The branch, master has been updated
       via  001f756ffad29eee44988440e14dfc679bde34dc (commit)
      from  6767ed13de0f741bfa09ffa7fcf2d1cee6d2a3d5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 001f756ffad29eee44988440e14dfc679bde34dc
Author: Gary V. Vaughan <[email protected]>
Date:   Sun Jun 27 17:19:35 2010 +0700

    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 <[email protected]>
    
    Signed-off-by: Gary V. Vaughan <[email protected]>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog             |    6 ++++++
 libltdl/m4/libtool.m4 |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index dd9f861..2336820 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2010-06-27  Gary V. Vaughan  <[email protected]>
 
+       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 <[email protected]>
+
        Amend a missed opt_mode rename instance in ltmain.m4sh.
        * libltdl/config/ltmain.m4sh <mode>: Rename to opt_mode.
 
diff --git a/libltdl/m4/libtool.m4 b/libltdl/m4/libtool.m4
index 2079e20..8827d4a 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")


hooks/post-receive
-- 
GNU Libtool

Reply via email to