Enlightenment CVS committal

Author  : vapier
Project : misc
Module  : notgame

Dir     : misc/notgame


Modified Files:
        autogen.sh 


Log Message:
more NOCONFIGURE support
===================================================================
RCS file: /cvsroot/enlightenment/misc/notgame/autogen.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- autogen.sh  25 Aug 1999 22:22:41 -0000      1.2
+++ autogen.sh  27 Apr 2005 03:45:47 -0000      1.3
@@ -1,6 +1,6 @@
 #!/bin/sh
 # Run this to generate all the initial makefiles, etc.
-# $Id: autogen.sh,v 1.2 1999/08/25 22:22:41 mej Exp $
+# $Id: autogen.sh,v 1.3 2005/04/27 03:45:47 vapier Exp $
 
 DIE=0
 
@@ -35,15 +35,17 @@
 echo "  autoconf"
 autoconf
 
-if [ -x config.status -a -z "$*" ]; then
-  ./config.status --recheck
-else
-  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 "If you do not wish to run ./configure, press Ctrl-C now."
-    trap 'echo "configure aborted" ; exit 0' 1 2 15
-    sleep 1
-  fi
-  ./configure "$@"
+if [ -z "$NOCONFIGURE" ]; then
+       if [ -x config.status -a -z "$*" ]; then
+         ./config.status --recheck
+       else
+         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 "If you do not wish to run ./configure, press Ctrl-C now."
+           trap 'echo "configure aborted" ; exit 0' 1 2 15
+           sleep 1
+         fi
+         ./configure "$@"
+       fi
 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
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to