From ad32e919e0d224410d9f919b8441c42860ff404a Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Wed, 21 Jul 2004 09:25:53 +0000 Subject: [PATCH] Linux: Reverted the build script changes (removed .so) because even with automake 1.8.3, the build system still doesn't produce a liblwjgl.so.0.0.0, only a liblwjgl.0.0.0 --- build.xml | 2 +- src/native/build.sh | 2 +- src/native/configure.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.xml b/build.xml index 7dfcac08..638cee34 100644 --- a/build.xml +++ b/build.xml @@ -203,7 +203,7 @@ - + diff --git a/src/native/build.sh b/src/native/build.sh index 14e53230..464fd1e8 100755 --- a/src/native/build.sh +++ b/src/native/build.sh @@ -3,4 +3,4 @@ ./autogen.sh ./configure make -strip .libs/liblwjgl.so.0.0.0 +strip .libs/liblwjgl.0.0.0 diff --git a/src/native/configure.in b/src/native/configure.in index 802a18d5..ff438021 100644 --- a/src/native/configure.in +++ b/src/native/configure.in @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. #AC_PREREQ(2.57) -AC_INIT(LWJGL, 0.8) +AC_INIT(LWJGL, 0.9) AM_INIT_AUTOMAKE() AC_CONFIG_SRCDIR([autogen.sh]) AM_CONFIG_HEADER([config.h])