*** empty log message ***

This commit is contained in:
Elias Naur 2003-09-04 10:17:55 +00:00
parent a0d888248a
commit bee4097e23
3 changed files with 5121 additions and 3 deletions

View File

@ -1,5 +1,5 @@
aclocal
autoheader
libtoolize --automake
#libtoolize --automake
automake --foreign --include-deps --add-missing --copy
autoconf

View File

@ -1,7 +1,7 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.57)
#AC_PREREQ(2.57)
AC_INIT(LWJGL, 0.7)
AM_INIT_AUTOMAKE()
AC_CONFIG_SRCDIR([autogen.sh])
@ -66,7 +66,7 @@ done
AC_CHECK_HEADER([stddef.h stdlib.h string.h sys/time.h])
# Checks for typedefs, structures, and compiler characteristics.
AC_HEADER_STDBOOL
#AC_HEADER_STDBOOL
AC_C_CONST
AC_C_INLINE
AC_HEADER_TIME

5118
src/native/ltmain.sh Normal file

File diff suppressed because it is too large Load Diff