Enlightenment CVS committal

Author  : vapier
Project : e17
Module  : libs/imlib2_loaders

Dir     : e17/libs/imlib2_loaders


Modified Files:
        autogen.sh 


Log Message:
allow for setting of env var to prevent running ./configure like the older 
autogen scripts allowed
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/imlib2_loaders/autogen.sh,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- autogen.sh  5 Mar 2005 04:47:40 -0000       1.10
+++ autogen.sh  26 Apr 2005 22:55:56 -0000      1.11
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 rm -rf autom4te.cache
-rm -f aclocal.m4
+rm -f aclocal.m4 ltmain.sh
 
 touch README
 
@@ -11,5 +11,6 @@
 && echo "Running libtoolize..."; (libtoolize --automake || glibtoolize 
--automake) \
 && echo "Running automake..."; automake --add-missing --copy --gnu
 
-###  If you want this, uncomment it.
-./configure "$@"
+if [ -z "$NOCONFIGURE" ]; then
+       ./configure "$@"
+fi




-------------------------------------------------------
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id=105hix
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to