File tree Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Expand file tree Collapse file tree 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/
1767017670ac_config_headers="$ac_config_headers src/include/pg_config.h"
1767117671
1767217672
17673+ # touch files to flex/bison not needed
17674+ cat UPDATED | grep '^\./' | while read FILE
17675+ do
17676+ touch "$FILE"
17677+ done
17678+
1767317679cat >confcache <<\_ACEOF
1767417680# This file is a shell script that caches the results of configure
1767517681# tests run on this system so they can be shared between configure
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.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 $
33dnl
44dnl Developers, please strive to achieve this order:
55dnl
1616dnl Read the Autoconf manual for details.
1717dnl
1818
19- # touch files to flex/bison not needed
20- cat UPDATE | grep '^\./' | while read FILE
21- do
22- touch "$FILE"
23- done
24-
2519m4_pattern_forbid(^PGAC_)dnl to catch undefined macros
2620dnl
2721dnl 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],
12521246echo >src/include/stamp-h
12531247])
12541248
1249+ # touch files to flex/bison not needed
1250+ cat UPDATED | grep '^\./' | while read FILE
1251+ do
1252+ touch "$FILE"
1253+ done
1254+
12551255AC_OUTPUT
You can’t perform that action at this time.
0 commit comments