--- sql/mysql/Attic/configure.in 2002/12/15 14:57:18 1.13.2.1 +++ sql/mysql/Attic/configure.in 2003/07/24 07:44:40 1.20.8.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.0.8, 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)