X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=configure.ac;h=d6f5f065524a33671d5150e4c253e0548400d3f9;hb=7906d486682043c1499cd781829f15d5290e3c9c;hp=fc96b11f4377caff57bf30daba5699eaa7ba05c3;hpb=1c4863103e59e65dee352cbf395928c1e8430f68;p=freeglut diff --git a/configure.ac b/configure.ac index fc96b11..d6f5f06 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,14 @@ # Process this file with autoconf to produce a configure script. -AC_INIT([freeglut library], [2.2.0], [freeglut-bugs@lists.sourceforge.net], [freeglut]) +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