--- sql/mysql/Attic/configure.in 2002/12/15 14:57:18 1.13.2.1 +++ sql/mysql/Attic/configure.in 2004/03/26 14:29:15 1.22.4.1 @@ -1,6 +1,8 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(parser3mysql.C) -AM_INIT_AUTOMAKE(parser3mysql, 3.0.0006, nodefine) +AC_PREREQ(2.57) + +AM_INIT_AUTOMAKE(parser3mysql, 3.1.HEAD, nodefine) AM_CONFIG_HEADER(config_auto.h) @@ -54,12 +56,10 @@ dnl Substitute INCLTDL and LIBLTDL in th AC_SUBST(INCLTDL) AC_SUBST(LIBLTDL) AC_SUBST(LIBADD_DL) -dnl Check for dlopen support -AC_LIBTOOL_DLOPEN dnl Configure libtool AC_DISABLE_STATIC AC_LIBTOOL_WIN32_DLL -AM_PROG_LIBTOOL +AC_PROG_LIBTOOL dnl Configure libltdl AC_CONFIG_SUBDIRS(libltdl) @@ -71,7 +71,8 @@ AC_CHECK_HEADERS( stdio.h \ stdlib.h \ string.h \ -setjmp.h +setjmp.h \ +ctype.h ) dnl Checks for typedefs, structures, and compiler characteristics.