--- sql/pgsql/Attic/configure.in 2001/10/29 08:37:01 1.5 +++ sql/pgsql/Attic/configure.in 2003/01/13 15:49:55 1.13 @@ -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.HEAD, nodefine) AM_CONFIG_HEADER(config_auto.h) @@ -24,27 +24,6 @@ AC_PROG_AWK AC_LANG_CPLUSPLUS AC_PROG_CXX -AC_DEFUN(GCC_OPTION, -[ - AC_MSG_CHECKING(whether gcc accepts $1) - save_CXXFLAGS=$CXXFLAGS - CXXFLAGS="$save_CXXFLAGS $1" - AC_TRY_COMPILE(,, - AC_MSG_RESULT(yes) - dnl leave CXXFLAGS - , - AC_MSG_RESULT(no) - CXXFLAGS=$save_CXXFLAGS - ) -]) - -if test "z$GXX" = "zyes"; then - dnl Versions of GCC up to 2.8.0 required -fhandle-exceptions, but it is - dnl the default in versions 2.8.0 and after. - dnl GCC_OPTION(-fhandle-exceptions) - GCC_OPTION(-fno-rtti) -fi - dnl Enable building of the convenience library dnl and set LIBLTDL accordingly AC_LIBLTDL_CONVENIENCE @@ -52,9 +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) @@ -78,4 +57,4 @@ dnl Checks for library functions. dnl Output makefiles -AC_OUTPUT(libltdl/Makefile Makefile) +AC_OUTPUT(Makefile)