--- sql/pgsql/Attic/configure.in 2001/10/30 12:27:18 1.6 +++ sql/pgsql/Attic/configure.in 2002/08/02 13:01:52 1.9.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.0.0005, nodefine) AM_CONFIG_HEADER(config_auto.h) @@ -34,6 +34,8 @@ 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)