Enlightenment CVS committal

Author  : tsauerbeck
Project : misc
Module  : eplayer

Dir     : misc/eplayer


Modified Files:
        autogen.sh 


Log Message:
finally fix autogen.sh. though i still think it shouldn't call configure ;P
===================================================================
RCS file: /cvsroot/enlightenment/misc/eplayer/autogen.sh,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- autogen.sh  28 Jan 2004 04:54:36 -0000      1.5
+++ autogen.sh  31 Jan 2004 11:07:04 -0000      1.6
@@ -10,7 +10,7 @@
 && echo "Running automake..."; automake --add-missing --copy --gnu
 
 echo
-echo "Bootstrap complete, running ./configure"
+echo "Bootstrap complete, running ./configure $@"
 echo
 
-./configure
+./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