Update of /cvsroot/java-game-lib/LWJGL/src/native
In directory sc8-pr-cvs1:/tmp/cvs-serv25097
Modified Files:
autogen.sh configure.in
Log Message:
ac*.m4 files are no longer in cvs
Index: autogen.sh
CVS Browser:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/java-game-lib/LWJGL/src/native/autogen.sh
===================================================================
RCS file: /cvsroot/java-game-lib/LWJGL/src/native/autogen.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- autogen.sh 29 Nov 2002 08:29:53 -0000 1.2
+++ autogen.sh 30 Nov 2002 21:36:12 -0000 1.3
@@ -2,7 +2,6 @@
#WANT_AUTOMAKE_1_5=1
autoheader linux
-mv aclocal.m4 acinclude.m4
aclocal
automake --foreign --include-deps --add-missing --copy
autoconf
Index: configure.in
CVS Browser:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/java-game-lib/LWJGL/src/native/configure.in
===================================================================
RCS file: /cvsroot/java-game-lib/LWJGL/src/native/configure.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- configure.in 30 Nov 2002 00:19:59 -0000 1.4
+++ configure.in 30 Nov 2002 21:36:12 -0000 1.5
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(acinclude.m4)
+AC_INIT(dummy.cpp)
dnl These should be changed =)
LWJGL_MAJOR_VERSION=0
|