File tree Expand file tree Collapse file tree 2 files changed +1
-13
lines changed
Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -17670,12 +17670,6 @@ 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 $srcdir/"$FILE"
17677- done
17678-
1767917673cat >confcache <<\_ACEOF
1768017674# This file is a shell script that caches the results of configure
1768117675# 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.5 2003/09/08 01:55:52 momjian Exp $
2+ dnl $Header: /cvsroot/pgsql/configure.in,v 1.280.2.6 2003/09/12 02:04:40 momjian Exp $
33dnl
44dnl Developers, please strive to achieve this order:
55dnl
@@ -1246,10 +1246,4 @@ AC_CONFIG_HEADERS([src/include/pg_config.h],
12461246echo >src/include/stamp-h
12471247])
12481248
1249- # touch files to flex/bison not needed
1250- cat UPDATED | grep '^\./' | while read FILE
1251- do
1252- touch $srcdir/"$FILE"
1253- done
1254-
12551249AC_OUTPUT
You can’t perform that action at this time.
0 commit comments