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-49-gc13532a


From: Peter Rosin
Subject: [SCM] GNU Libtool branch, master, updated. v2.2.10-49-gc13532a
Date: Sat, 03 Jul 2010 08:15:19 +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  c13532ae1f073a9a237ac880bd794c64026bf391 (commit)
      from  3ab9879a99dd0a4690c65a80edbcacaffae8bce9 (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 c13532ae1f073a9a237ac880bd794c64026bf391
Author: Peter Rosin <address@hidden>
Date:   Sat Jul 3 10:14:35 2010 +0200

    Fix typo in "Add func_append_quoted and do..."
    
    * libltdl/config/ltmain.m4sh (func_mode_compile): Use
    func_append_quoted instead of func_append.
    
    Signed-off-by: Peter Rosin <address@hidden>

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

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

diff --git a/ChangeLog b/ChangeLog
index 4064851..ed4d472 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-07-03  Peter Rosin  <address@hidden>
+
+       Fix typo in "Add func_append_quoted and do..."
+       * libltdl/config/ltmain.m4sh (func_mode_compile): Use
+       func_append_quoted instead of func_append.
+
 2010-07-02  Peter Rosin  <address@hidden>
 
        Don't trigger file name expansion when embedding manifests.
diff --git a/libltdl/config/ltmain.m4sh b/libltdl/config/ltmain.m4sh
index e5b68af..d2676f9 100644
--- a/libltdl/config/ltmain.m4sh
+++ b/libltdl/config/ltmain.m4sh
@@ -710,7 +710,7 @@ func_mode_compile ()
          save_ifs="$IFS"; IFS=','
          for arg in $args; do
            IFS="$save_ifs"
-           func_append lastarg " $arg"
+           func_append_quoted lastarg " $arg"
          done
          IFS="$save_ifs"
          func_stripname ' ' '' "$lastarg"


hooks/post-receive
-- 
GNU Libtool



reply via email to

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