|
|
| version 1.9, 2002/08/02 11:11:59 | version 1.15.4.1, 2004/03/26 14:31:02 |
|---|---|
| Line 1 | Line 1 |
| dnl Process this file with autoconf to produce a configure script. | dnl Process this file with autoconf to produce a configure script. |
| AC_INIT(parser3pgsql.C) | AC_INIT(parser3pgsql.C) |
| AM_INIT_AUTOMAKE(parser3pgsql, 3.0b, nodefine) | AM_INIT_AUTOMAKE(parser3pgsql, 3.1.HEAD, nodefine) |
| AM_CONFIG_HEADER(config_auto.h) | AM_CONFIG_HEADER(config_auto.h) |
| Line 31 dnl Substitute INCLTDL and LIBLTDL in th | Line 31 dnl Substitute INCLTDL and LIBLTDL in th |
| AC_SUBST(INCLTDL) | AC_SUBST(INCLTDL) |
| AC_SUBST(LIBLTDL) | AC_SUBST(LIBLTDL) |
| AC_SUBST(LIBADD_DL) | AC_SUBST(LIBADD_DL) |
| dnl Check for dlopen support | |
| AC_LIBTOOL_DLOPEN | |
| dnl Configure libtool | dnl Configure libtool |
| AC_DISABLE_STATIC | AC_DISABLE_STATIC |
| AC_LIBTOOL_WIN32_DLL | AC_LIBTOOL_WIN32_DLL |
| Line 48 AC_CHECK_HEADERS( | Line 46 AC_CHECK_HEADERS( |
| stdio.h \ | stdio.h \ |
| stdlib.h \ | stdlib.h \ |
| string.h \ | string.h \ |
| setjmp.h | setjmp.h \ |
| ctype.h | |
| ) | ) |
| dnl Checks for typedefs, structures, and compiler characteristics. | dnl Checks for typedefs, structures, and compiler characteristics. |
| Line 59 dnl Checks for library functions. | Line 58 dnl Checks for library functions. |
| dnl Output makefiles | dnl Output makefiles |
| AC_OUTPUT(libltdl/Makefile Makefile) | AC_OUTPUT(Makefile) |