--- sql/pgsql/Attic/configure.in 2002/02/08 08:05:12 1.7 +++ sql/pgsql/Attic/configure.in 2003/10/31 13:02:57 1.15.2.1 @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(parser3pgsql.C) -AM_INIT_AUTOMAKE(parser3pgsqlclient, 3.0g, nodefine) +AM_INIT_AUTOMAKE(parser3pgsql, 3.1.1, nodefine) AM_CONFIG_HEADER(config_auto.h) @@ -31,10 +31,9 @@ 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 dnl Configure libltdl AC_CONFIG_SUBDIRS(libltdl) @@ -58,4 +57,4 @@ dnl Checks for library functions. dnl Output makefiles -AC_OUTPUT(libltdl/Makefile Makefile) +AC_OUTPUT(Makefile)