Enlightenment CVS committal

Author  : technikolor
Project : misc
Module  : eplayer

Dir     : misc/eplayer


Modified Files:
        autogen.sh 


Log Message:
I don't care what anyone says, automatically running configure even if autogen fails
is just foolish. 

===================================================================
RCS file: /cvsroot/enlightenment/misc/eplayer/autogen.sh,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- autogen.sh  31 Jan 2004 11:07:04 -0000      1.6
+++ autogen.sh  1 Feb 2004 08:42:45 -0000       1.7
@@ -13,4 +13,5 @@
 echo "Bootstrap complete, running ./configure $@"
 echo
 
-./configure "$@"
+###  If you want this, uncomment it.
+#./configure "$@"




-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to