[Gnucash-changes] * macros/autogen.sh: Revert the change that ignores libtool.

Derek Atkins warlord at cvs.gnucash.org
Thu Oct 13 15:12:40 EDT 2005


Log Message:
-----------
	* macros/autogen.sh: Revert the change that ignores libtool.
	  we still need to check for libtool.

Tags:
----
gnucash-gnome2-dev

Modified Files:
--------------
    gnucash:
        ChangeLog
    gnucash/macros:
        autogen.sh

Revision Data
-------------
Index: ChangeLog
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/ChangeLog,v
retrieving revision 1.1487.2.331
retrieving revision 1.1487.2.332
diff -LChangeLog -LChangeLog -u -r1.1487.2.331 -r1.1487.2.332
--- ChangeLog
+++ ChangeLog
@@ -3,6 +3,9 @@
 	* src/lib/glib26/Makefile.am:
 	  fix to properly include sources in the DIST.
 
+	* macros/autogen.sh: Revert the change that ignores libtool.
+	  we still need to check for libtool.
+
 2005-10-13  Neil Williams <linux at codehelp.co.uk>
 
 	* macros/autogen.sh: Mac OSX fix.
Index: autogen.sh
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/macros/autogen.sh,v
retrieving revision 1.15.4.17
retrieving revision 1.15.4.18
diff -Lmacros/autogen.sh -Lmacros/autogen.sh -u -r1.15.4.17 -r1.15.4.18
--- macros/autogen.sh
+++ macros/autogen.sh
@@ -126,15 +126,15 @@
 	INTL="--intl --no-changelog";;
 esac
 
-# (grep "^AM_PROG_LIBTOOL" $srcdir/configure.in >/dev/null) && {
-#  (${LIBTOOL} --version) < /dev/null > /dev/null 2>&1 || {
-#    echo
-#    echo "**Error**: You must have \`libtool' installed to compile GnuCash."
-#    echo "Get ftp://ftp.gnu.org/pub/gnu/libtool-1.4.2.tar.gz"
-#    echo "(or a newer version if it is available)"
-#    DIE=1
-#  }
-#}
+(grep "^AM_PROG_LIBTOOL" $srcdir/configure.in >/dev/null) && {
+  (${LIBTOOL} --version) < /dev/null > /dev/null 2>&1 || {
+    echo
+    echo "**Error**: You must have \`libtool' installed to compile GnuCash."
+    echo "Get ftp://ftp.gnu.org/pub/gnu/libtool-1.4.2.tar.gz"
+    echo "(or a newer version if it is available)"
+    DIE=1
+  }
+}
 
 grep "^AM_GNU_GETTEXT" $srcdir/configure.in >/dev/null && {
   grep "sed.*POTFILES" $srcdir/configure.in >/dev/null || \


More information about the gnucash-changes mailing list