Enlightenment CVS committal

Author  : rephorm
Project : misc
Module  : eplayer

Dir     : misc/eplayer


Modified Files:
        autogen.sh 


Log Message:

By popular request (me and xenith), autogen.sh now calls configure automatically.


===================================================================
RCS file: /cvsroot/enlightenment/misc/eplayer/autogen.sh,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- autogen.sh  24 Oct 2003 11:38:48 -0000      1.4
+++ autogen.sh  28 Jan 2004 04:54:36 -0000      1.5
@@ -10,5 +10,7 @@
 && echo "Running automake..."; automake --add-missing --copy --gnu
 
 echo
-echo "Bootstrap complete, now run ./configure"
+echo "Bootstrap complete, running ./configure"
 echo
+
+./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