guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] GNU Guile branch, wip-guile-pkg, updated. v2.0.5-97-gf33


From: Andy Wingo
Subject: [Guile-commits] GNU Guile branch, wip-guile-pkg, updated. v2.0.5-97-gf33035f
Date: Fri, 30 Mar 2012 18:17:40 +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 Guile".

http://git.savannah.gnu.org/cgit/guile.git/commit/?id=f33035f20cea9ed21e44ac9849176119c3cf0fac

The branch, wip-guile-pkg has been updated
       via  f33035f20cea9ed21e44ac9849176119c3cf0fac (commit)
       via  787b09d783dfffd586866de1b1ace3dcb927eed9 (commit)
      from  876927bb40c1bec85e614bd7775aeaa379444f06 (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 f33035f20cea9ed21e44ac9849176119c3cf0fac
Author: Andy Wingo <address@hidden>
Date:   Fri Mar 30 20:17:25 2012 +0200

    fix more GUILE_PKG errors
    
    * meta/guile.m4: Two more syntax errors...

commit 787b09d783dfffd586866de1b1ace3dcb927eed9
Author: Andy Wingo <address@hidden>
Date:   Fri Mar 30 20:13:08 2012 +0200

    fix error in guile_pkg
    
    * meta/guile.m4: Fix syntax error.

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

Summary of changes:
 meta/guile.m4 |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta/guile.m4 b/meta/guile.m4
index 3ed17b3..a3e1ef1 100644
--- a/meta/guile.m4
+++ b/meta/guile.m4
@@ -61,11 +61,11 @@
 #
 AC_DEFUN([GUILE_PKG],
  [PKG_PROG_PKG_CONFIG
-  _guile_versions_to_search=m4_default([$1], [2.0 1.8])
-  if test -z "$GUILE_EFFECTIVE_VERSION"; then
+  _guile_versions_to_search="m4_default([$1], [2.0 1.8])"
+  if test -n "$GUILE_EFFECTIVE_VERSION"; then
     _guile_tmp=""
     for v in $_guile_versions_to_search; do
-      if test "$v" = "$GUILE_EFFECTIVE_VERSION"
+      if test "$v" = "$GUILE_EFFECTIVE_VERSION"; then
         _guile_tmp=$v
       fi
     done


hooks/post-receive
-- 
GNU Guile



reply via email to

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