ac_config_headers="$ac_config_headers src/include/pg_config.h"
+# touch files to flex/bison not needed
+cat UPDATED | grep '^\./' | while read FILE
+do
+ touch "$FILE"
+done
+
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
# tests run on this system so they can be shared between configure
dnl Process this file with autoconf to produce a configure script.
-dnl $Header: /cvsroot/pgsql/configure.in,v 1.280.2.3 2003/09/07 23:39:03 momjian Exp $
+dnl $Header: /cvsroot/pgsql/configure.in,v 1.280.2.4 2003/09/07 23:40:52 momjian Exp $
dnl
dnl Developers, please strive to achieve this order:
dnl
dnl Read the Autoconf manual for details.
dnl
-# touch files to flex/bison not needed
-cat UPDATE | grep '^\./' | while read FILE
-do
- touch "$FILE"
-done
-
m4_pattern_forbid(^PGAC_)dnl to catch undefined macros
dnl
dnl The GNU folks apparently haven't heard that some people don't use
echo >src/include/stamp-h
])
+# touch files to flex/bison not needed
+cat UPDATED | grep '^\./' | while read FILE
+do
+ touch "$FILE"
+done
+
AC_OUTPUT