Enlightenment CVS committal

Author  : vapier
Project : misc
Module  : scrot

Dir     : misc/scrot


Modified Files:
        autogen.sh 


Log Message:
more NOCONFIGURE support
===================================================================
RCS file: /cvsroot/enlightenment/misc/scrot/autogen.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- autogen.sh  29 Oct 2001 23:49:40 -0000      1.2
+++ autogen.sh  27 Apr 2005 03:45:47 -0000      1.3
@@ -20,5 +20,6 @@
 
 cd "$THEDIR"
 
-$srcdir/configure "$@"
-
+if [ -z "$NOCONFIGURE" ]; then
+       $srcdir/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