CVS: moonbase/net/SDL_net BUILD,1.1,1.2
jmhodges at lunar-linux.org
jmhodges at lunar-linux.org
Wed Aug 27 05:14:09 GMT 2003
Update of /var/cvs/lunar/moonbase/net/SDL_net
In directory dbguin.lunar-linux.org:/tmp/cvs-serv21547
Modified Files:
BUILD
Log Message:
finally got situated enough in my dorm (and far ahead enough in my
classes) to fix this. Simple sedit. I dont like it but i cant find
anything in the ./configure that would define a SED var.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/net/SDL_net/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD 13 Dec 2002 04:31:25 -0000 1.1
+++ BUILD 27 Aug 2003 05:14:07 -0000 1.2
@@ -2,12 +2,14 @@
GUI_TEST=$(echo "$OPTS" | grep "\--enable-gui")
if [ -n "$GUI_TEST" ]; then
cat $SCRIPT_DIRECTORY/configure.in.patch | patch >/dev/null && echo "sucessful patch!!"
+ SED=sed
libtoolize --force
aclocal
- autoconf
automake -i --foreign
+ autoconf
fi
-
- default_build
+ default_config &&
+ sedit 's/SHELL=\"\/bin\/sh\"/SHELL=\"\/bin\/sh\"\nSED=\"\/bin\/sed\"/' $SOURCE_DIRECTORY/libtool &&
+ default_make
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list