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-93-gf864092


From: Charles Wilson
Subject: [SCM] GNU Libtool branch, master, updated. v2.2.10-93-gf864092
Date: Mon, 23 Aug 2010 05:53:39 +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  f8640925f846162590d494e36406e1e04a4f48e8 (commit)
      from  92d24b3d80c5506db3ff2a2fd0165ac1b96d2bb3 (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 f8640925f846162590d494e36406e1e04a4f48e8
Author: Charles Wilson <address@hidden>
Date:   Mon Aug 23 01:18:18 2010 -0400

    Fix syntax for cygwin-cross
    
    libltdl/m4/argz.m4: Add quotes around variable, which
    may contain the multiword value 'guessing no'.
    
    Signed-off-by: Charles Wilson <address@hidden>

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

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

diff --git a/ChangeLog b/ChangeLog
index 4994023..4f11204 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-08-23  Charles Wilson  <address@hidden>
+
+       Fix syntax for cygwin-cross
+       libltdl/m4/argz.m4: Add quotes around variable, which
+       may contain the multiword value 'guessing no'.
+
 2010-08-22  Ralf Wildenhues  <address@hidden>
 
        configure: use Autobuild AB_INIT if available.
diff --git a/libltdl/m4/argz.m4 b/libltdl/m4/argz.m4
index 37c1b11..d1f4ec5 100644
--- a/libltdl/m4/argz.m4
+++ b/libltdl/m4/argz.m4
@@ -66,7 +66,7 @@ AS_IF([test -z "$ARGZ_H"],
           ;; #(
         *) lt_cv_sys_argz_works=yes ;;
         esac]])
-     AS_IF([test $lt_cv_sys_argz_works = yes],
+     AS_IF([test "$lt_cv_sys_argz_works" = yes],
         [AC_DEFINE([HAVE_WORKING_ARGZ], 1,
                    [This value is set to 1 to indicate that the system argz 
facility works])],
         [ARGZ_H=argz.h


hooks/post-receive
-- 
GNU Libtool



reply via email to

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