Enlightenment CVS committal Author : kwo Project : e16 Module : e
Dir : e16/e Modified Files: autogen.sh Log Message: Cleanup. =================================================================== RCS file: /cvsroot/enlightenment/e16/e/autogen.sh,v retrieving revision 1.18 retrieving revision 1.19 diff -u -3 -r1.18 -r1.19 --- autogen.sh 4 Feb 2006 14:20:12 -0000 1.18 +++ autogen.sh 11 Feb 2006 09:36:11 -0000 1.19 @@ -4,8 +4,8 @@ srcdir=`dirname $0` (test -d src && test -d dox) || { - echo "You must run this script in the top-level directory" - exit 1 + echo "You must run this script in the top-level directory" + exit 1 } echo "Generating configuration files, please wait...." @@ -24,18 +24,18 @@ echo "Running automake --add-missing" automake --add-missing || exit 1 +if test x$NOCONFIGURE != x; then + echo "Skipping configure process." + exit +fi #conf_flags="--enable-maintainer-mode --enable-compile-warnings" if test -z "$*"; then - echo "I am going to run ./configure with no arguments - if you wish " - echo "to pass any to it, please specify them on the $0 command line." + echo "I am going to run ./configure with no arguments - if you wish " + echo "to pass any to it, please specify them on the $0 command line." fi -if test x$NOCONFIGURE = x; then - echo "Running $srcdir/configure $conf_flags $@ ..." - $srcdir/configure $conf_flags "$@" \ - && echo "Now type 'make' to compile." -else - echo "Skipping configure process." -fi +echo "Running $srcdir/configure $conf_flags $@ ..." +$srcdir/configure $conf_flags "$@" +echo "Now type 'make' to compile." ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs