SF.net SVN: geany:[3526] trunk

eht16 at users.sourceforge.net eht16 at xxxxx
Thu Jan 29 16:29:59 UTC 2009


Revision: 3526
          http://geany.svn.sourceforge.net/geany/?rev=3526&view=rev
Author:   eht16
Date:     2009-01-29 16:29:59 +0000 (Thu, 29 Jan 2009)

Log Message:
-----------
Add a check for 'libtoolize' (suggested by Greg Smith, thanks).

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/autogen.sh

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2009-01-28 19:55:23 UTC (rev 3525)
+++ trunk/ChangeLog	2009-01-29 16:29:59 UTC (rev 3526)
@@ -1,3 +1,9 @@
+2009-01-29  Enrico Tröger  <enrico(dot)troeger(at)uvena(dot)de>
+
+ * autogen.sh:
+   Add a check for 'libtoolize' (suggested by Greg Smith, thanks).
+
+
 2009-01-28  Enrico Tröger  <enrico(dot)troeger(at)uvena(dot)de>
 
  * src/document.c:

Modified: trunk/autogen.sh
===================================================================
--- trunk/autogen.sh	2009-01-28 19:55:23 UTC (rev 3525)
+++ trunk/autogen.sh	2009-01-29 16:29:59 UTC (rev 3526)
@@ -34,6 +34,16 @@
 	DIE=1
 }
 
+(libtoolize --version) < /dev/null > /dev/null 2>&1 || {
+     (glibtoolize --version) < /dev/null > /dev/null 2>&1 || {
+         echo
+         echo "**Error**: You must have \`libtool' installed."
+         echo "You can get it from:"
+         echo "  http://www.gnu.org/software/libtool/"
+         DIE=1
+     }
+}
+
 (automake --version) < /dev/null > /dev/null 2>&1 || {
 	echo
 	echo "**Error**: You must have \`automake' (1.7 or later) installed."


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list