Lowering minimum autoconf version required.

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@620 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
spanne 2005-05-22 09:20:31 +00:00
parent a416124269
commit e317fc93be
2 changed files with 6 additions and 1 deletions

View File

@ -1014,3 +1014,5 @@ mouse pointers don't work) on the way:
**************************************************************************
* 19 May 2004 -- 2.4.0 Release Candidate 3 Released
**************************************************************************
(265) Lowering minimum autoconf version required.

View File

@ -2,10 +2,13 @@
AC_INIT([freeglut library], [2.3.9], [freeglut-bugs@lists.sourceforge.net], [freeglut])
AM_INIT_AUTOMAKE
AC_PREREQ([2.58])
AC_PREREQ([2.56])
AC_CONFIG_SRCDIR([AUTHORS])
AC_CONFIG_HEADERS([config.h])
# Compatibility hack for older autoconf versions
m4_ifdef([AS_HELP_STRING], [], [AC_DEFUN([AS_HELP_STRING], [AC_HELP_STRING($][@)])])
# Checks for programs.
AC_PROG_CC
AC_C_CONST