libtool-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Libtool branch, master, updated. v2.2.10-124-g82f2a82


From: Ralf Wildenhues
Subject: [SCM] GNU Libtool branch, master, updated. v2.2.10-124-g82f2a82
Date: Sat, 28 Aug 2010 12:19:56 +0000

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  82f2a825a7ec3d414d76b685b82cb81345e13d83 (commit)
      from  7f9878d026d0c251d57b3b8e0bf5891691ac3f96 (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 82f2a825a7ec3d414d76b685b82cb81345e13d83
Author: Ralf Wildenhues <address@hidden>
Date:   Sat Aug 28 14:17:20 2010 +0200

    Fix quoting in non-XSI func_xform, for IRIX sh.
    
    * libltdl/config/ltmain.m4sh (func_xform): Remove spurious extra
    M4 quotes.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

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

Summary of changes:
 ChangeLog                  |    4 ++++
 libltdl/config/ltmain.m4sh |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 4b77602..af7c535 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2010-08-28  Ralf Wildenhues  <address@hidden>
 
+       Fix quoting in non-XSI func_xform, for IRIX sh.
+       * libltdl/config/ltmain.m4sh (func_xform): Remove spurious extra
+       M4 quotes.
+
        Fix response file test for unreliable exit status of IRIX ar.
        * libltdl/m4/libtool.m4 (_LT_PROG_AR): IRIX ar will not fail
        over a command-line argument specifying a nonexistent file (such
diff --git a/libltdl/config/ltmain.m4sh b/libltdl/config/ltmain.m4sh
index f23878e..a1f3b35 100644
--- a/libltdl/config/ltmain.m4sh
+++ b/libltdl/config/ltmain.m4sh
@@ -191,7 +191,7 @@ func_lo2o ()
 # func_xform libobj-or-source
 func_xform ()
 {
-    func_xform_result=`$ECHO "${1}" | $SED 's/\.[[^.]]*$/.lo/'`
+    func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
 } # func_xform may be replaced by extended shell implementation
 
 


hooks/post-receive
-- 
GNU Libtool



reply via email to

[Prev in Thread] Current Thread [Next in Thread]