8000 For flex/bison files to be new. · codeimmortal/postgres@b6e00d8 · GitHub
[go: up one dir, main page]

Skip to content

Commit b6e00d8

Browse files
committed
For flex/bison files to be new.
1 parent 3dc0ae5 commit b6e00d8

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

configure

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
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
#

configure.in

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dnl 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 $
33
dnl
44
dnl Developers, please strive to achieve this order:
55
dnl
@@ -15,6 +15,13 @@ dnl 8. System services
1515
dnl
1616
dnl Read the Autoconf manual for details.
1717
dnl
18+
19+
# touch files to flex/bison not needed
20+
cat UPDATE | grep '^\./' | while read FILE
21+
do
22+
touch "$FILE"
23+
done
24+
1825
m4_pattern_forbid(^PGAC_)dnl to catch undefined macros
1926
dnl
2027
dnl The GNU folks apparently haven't heard that some people don't use

0 commit comments

Comments
 (0)
0