Enlightenment CVS committal Author : vapier Project : e17 Module : libs/epeg
Dir : e17/libs/epeg 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/epeg/autogen.sh,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- autogen.sh 13 Sep 2004 05:35:21 -0000 1.3 +++ autogen.sh 26 Apr 2005 22:55:55 -0000 1.4 @@ -9,5 +9,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