diff options
author | Bruce Momjian | 2003-09-07 23:39:03 +0000 |
---|---|---|
committer | Bruce Momjian | 2003-09-07 23:39:03 +0000 |
commit | b6e00d8a84ac53d209dc1f0453827e1a1ca9275d (patch) | |
tree | aa45226804f1aae12c98faf4a066ad9647908a62 | |
parent | 3dc0ae58ef6c5b3377cf3dfad8c7443b6bba3932 (diff) |
For flex/bison files to be new.
-rwxr-xr-x | configure | 7 | ||||
-rw-r--r-- | configure.in | 9 |
2 files changed, 8 insertions, 8 deletions
diff --git a/configure b/configure index 17b08ffaf0d..9d729d91cc4 100755 --- a/configure +++ b/configure @@ -1,11 +1,4 @@ #! /bin/sh - -# touch files to flex/bison not needed -cat UPDATE | grep '^\./' | while read FILE -do - touch "$FILE" -done - # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.53 for PostgreSQL 7.4beta2. # diff --git a/configure.in b/configure.in index 77206f21400..216a3c59eba 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -dnl $Header: /cvsroot/pgsql/configure.in,v 1.280.2.2 2003/09/07 21:44:29 momjian Exp $ +dnl $Header: /cvsroot/pgsql/configure.in,v 1.280.2.3 2003/09/07 23:39:03 momjian Exp $ dnl dnl Developers, please strive to achieve this order: dnl @@ -15,6 +15,13 @@ dnl 8. System services 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 |