[grisbi-cvs] [SCM] grisbi branch, master, updated. upstream_version_0_7_3-46-ge5fab02

NIEL Gérald nobody at users.sourceforge.net
Sun Sep 19 16:44:58 CEST 2010


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 "grisbi".

The branch, master has been updated
       via  e5fab0297a2daaf7d977f3c35ae46eb73a0e9890 (commit)
      from  4e6719a77934b960fdb3edc2bbdde16f0ea8c9b5 (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 e5fab0297a2daaf7d977f3c35ae46eb73a0e9890
Author: Gérald Niel <gerald at mbp15-gn.local>
Date:   Sun Sep 19 16:44:06 2010 +0200

    Back to the original version who work in Mac OS X 10.6

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

Changes:
diff --git a/autogen.sh b/autogen.sh
index 1a8b256..3cd5195 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -48,16 +48,16 @@ done
 # Check for "glibtool" first.
 # Borrowed from ethereal
 #
-#LTVER=`glibtool --version 2>/dev/null | grep ' libtool)' | \
-#    sed 's/.*libtool) \([0-9][0-9.]*\)[^ ]* .*/\1/'`
-#if test -z "$LTVER"
-#then
+LTVER=`glibtool --version 2>/dev/null | grep ' libtool)' | \
+    sed 's/.*libtool) \([0-9][0-9.]*\)[^ ]* .*/\1/'`
+if test -z "$LTVER"
+then
 	LTVER=`libtool --version | grep ' libtool)' | \
 	    sed 's/.*) \([0-9][0-9.]*\)[^ ]* .*/\1/' `
 	LIBTOOLIZE=libtoolize
-#else
-#	LIBTOOLIZE=glibtoolize
-#fi
+else
+	LIBTOOLIZE=glibtoolize
+fi
 case "$LTVER" in
 '' | 0.* | 1.[0-3]* )
 


hooks/post-receive
-- 
grisbi


More information about the cvs mailing list