Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : proto

Dir     : e17/proto/esmart


Modified Files:
        autogen.sh 


Log Message:
Use libtoolize rather than just libtool in autogen.sh.

===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/esmart/autogen.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- autogen.sh  14 Sep 2003 00:30:38 -0000      1.1
+++ autogen.sh  26 Oct 2003 04:07:09 -0000      1.2
@@ -20,7 +20,7 @@
 }
 
 (grep "^AM_PROG_LIBTOOL" $srcdir/configure.in >/dev/null) && {
-  (libtool --version) < /dev/null > /dev/null 2>&1 || {
+  (libtoolize --version) < /dev/null > /dev/null 2>&1 || {
     echo
     echo "**Error**: You must have \`libtool' installed."
     echo "Get ftp://ftp.gnu.org/pub/gnu/libtool-1.2d.tar.gz";




-------------------------------------------------------
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to