Enlightenment CVS committal Author : vapier Project : e17 Module : apps/e
Dir : e17/apps/e 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/apps/e/autogen.sh,v retrieving revision 1.12 retrieving revision 1.13 diff -u -3 -r1.12 -r1.13 --- autogen.sh 11 Apr 2005 20:25:51 -0000 1.12 +++ autogen.sh 26 Apr 2005 22:55:53 -0000 1.13 @@ -23,5 +23,6 @@ -o enlightenment.pot \ `find . -name "*.[ch]" -print` -### 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