1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-14 08:21:07 +03:00

For flex/bison files to be new.

This commit is contained in:
Bruce Momjian
2003-09-07 23:39:03 +00:00
parent 3dc0ae58ef
commit b6e00d8a84
2 changed files with 8 additions and 8 deletions

7
configure vendored
View File

@ -1,11 +1,4 @@
#! /bin/sh #! /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. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.53 for PostgreSQL 7.4beta2. # Generated by GNU Autoconf 2.53 for PostgreSQL 7.4beta2.
# #

View File

@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script. 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
dnl Developers, please strive to achieve this order: dnl Developers, please strive to achieve this order:
dnl dnl
@ -15,6 +15,13 @@ dnl 8. System services
dnl dnl
dnl Read the Autoconf manual for details. dnl Read the Autoconf manual for details.
dnl 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 m4_pattern_forbid(^PGAC_)dnl to catch undefined macros
dnl dnl
dnl The GNU folks apparently haven't heard that some people don't use dnl The GNU folks apparently haven't heard that some people don't use