|
|
| version 1.13.12.1, 2003/07/24 14:38:09 | version 1.17, 2004/03/26 13:29:49 |
|---|---|
| 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.1.0, nodefine) | AM_INIT_AUTOMAKE(parser3pgsql, 3.1.HEAD, nodefine) |
| AM_CONFIG_HEADER(config_auto.h) | AM_CONFIG_HEADER(config_auto.h) |
| Line 46 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. |