Enlightenment CVS committal

Author  : vapier
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas


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/evas/autogen.sh,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- autogen.sh  5 Mar 2005 04:47:45 -0000       1.8
+++ autogen.sh  26 Apr 2005 22:55:55 -0000      1.9
@@ -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