File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
#! /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
-
9
2
# Guess values for system-dependent variables and create Makefiles.
10
3
# Generated by GNU Autoconf 2.53 for PostgreSQL 7.4beta2.
11
4
#
Original file line number Diff line number Diff line change 1
1
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 $
3
3
dnl
4
4
dnl Developers, please strive to achieve this order:
5
5
dnl
@@ -15,6 +15,13 @@ dnl 8. System services
15
15
dnl
16
16
dnl Read the Autoconf manual for details.
17
17
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
+
18
25
m4_pattern_forbid(^PGAC_)dnl to catch undefined macros
19
26
dnl
20
27
dnl 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