From 48b003e13a28dd96a894fb1da75a4cc1348439b6 Mon Sep 17 00:00:00 2001 From: Luke Holden Date: Sat, 30 Nov 2002 21:36:12 +0000 Subject: [PATCH] ac*.m4 files are no longer in cvs --- src/native/autogen.sh | 1 - src/native/configure.in | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/native/autogen.sh b/src/native/autogen.sh index 71a33d12..6034890e 100755 --- a/src/native/autogen.sh +++ b/src/native/autogen.sh @@ -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 diff --git a/src/native/configure.in b/src/native/configure.in index 48d9e2fd..8e0de73a 100644 --- a/src/native/configure.in +++ b/src/native/configure.in @@ -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