File tree 2 files changed +13
-7
lines changed
2 files changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -17670,6 +17670,12 @@ ac_config_links="$ac_config_links src/backend/port/dynloader.c:src/backend/port/
17670
17670
ac_config_headers="$ac_config_headers src/include/pg_config.h"
17671
17671
17672
17672
17673
+ # touch files to flex/bison not needed
17674
+ cat UPDATED | grep '^\./' | while read FILE
17675
+ do
17676
+ touch "$FILE"
17677
+ done
17678
+
17673
17679
cat >confcache <<\_ACEOF
17674
17680
# This file is a shell script that caches the results of configure
17675
17681
# tests run on this system so they can be shared between configure
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.3 2003/09/07 23:39:03 momjian Exp $
2
+ dnl $Header: /cvsroot/pgsql/configure.in,v 1.280.2.4 2003/09/07 23:40:52 momjian Exp $
3
3
dnl
4
4
dnl Developers, please strive to achieve this order:
5
5
dnl
16
16
dnl Read the Autoconf manual for details.
17
17
dnl
18
18
19
- # touch files to flex/bison not needed
20
- cat UPDATE | grep '^\./' | while read FILE
21
- do
22
- touch "$FILE"
23
- done
24
-
25
19
m4_pattern_forbid(^PGAC_)dnl to catch undefined macros
26
20
dnl
27
21
dnl The GNU folks apparently haven't heard that some people don't use
@@ -1252,4 +1246,10 @@ AC_CONFIG_HEADERS([src/include/pg_config.h],
1252
1246
echo >src/include/stamp-h
1253
1247
])
1254
1248
1249
+ # touch files to flex/bison not needed
1250
+ cat UPDATED | grep '^\./' | while read FILE
1251
+ do
1252
+ touch "$FILE"
1253
+ done
1254
+
1255
1255
AC_OUTPUT
You can’t perform that action at this time.
0 commit comments