File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11#! /bin/sh
2-
3- # touch files to flex/bison not needed
4- cat UPDATE | grep '^\./' | while read FILE
5- do
6- touch "$FILE"
7- done
8-
92# Guess values for system-dependent variables and create Makefiles.
103# Generated by GNU Autoconf 2.53 for PostgreSQL 7.4beta2.
114#
Original file line number Diff line number Diff line change 11dnl Process this file with autoconf to produce a configure script.
2- dnl $Header: /cvsroot/pgsql/configure.in,v 1.280.2.2 2003/09/07 21:44:29 momjian Exp $
2+ dnl $Header: /cvsroot/pgsql/configure.in,v 1.280.2.3 2003/09/07 23:39:03 momjian Exp $
33dnl
44dnl Developers, please strive to achieve this order:
55dnl
@@ -15,6 +15,13 @@ dnl 8. System services
1515dnl
1616dnl Read the Autoconf manual for details.
1717dnl
18+
19+ # touch files to flex/bison not needed
20+ cat UPDATE | grep '^\./' | while read FILE
21+ do
22+ touch "$FILE"
23+ done
24+
1825m4_pattern_forbid(^PGAC_)dnl to catch undefined macros
1926dnl
2027dnl The GNU folks apparently haven't heard that some people don't use
You can’t perform that action at this time.
0 commit comments