--- sql/pgsql/Attic/configure.in 2003/08/11 08:03:52 1.13.8.1 +++ sql/pgsql/Attic/configure.in 2004/03/26 14:31:02 1.15.4.1 @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(parser3pgsql.C) -AM_INIT_AUTOMAKE(parser3pgsql, 3.0.8, nodefine) +AM_INIT_AUTOMAKE(parser3pgsql, 3.1.HEAD, nodefine) AM_CONFIG_HEADER(config_auto.h) @@ -46,7 +46,8 @@ AC_CHECK_HEADERS( stdio.h \ stdlib.h \ string.h \ -setjmp.h +setjmp.h \ +ctype.h ) dnl Checks for typedefs, structures, and compiler characteristics.