File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17673,7 +17673,7 @@ ac_config_headers="$ac_config_headers src/include/pg_config.h"
1767317673# touch files to flex/bison not needed
1767417674cat UPDATED | grep '^\./' | while read FILE
1767517675do
17676- touch "$FILE"
17676+ touch $srcdir/ "$FILE"
1767717677done
1767817678
1767917679cat >confcache <<\_ACEOF
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.4 2003/09/07 23:40 :52 momjian Exp $
2+ dnl $Header: /cvsroot/pgsql/configure.in,v 1.280.2.5 2003/09/08 01:55 :52 momjian Exp $
33dnl
44dnl Developers, please strive to achieve this order:
55dnl
@@ -1249,7 +1249,7 @@ echo >src/include/stamp-h
12491249# touch files to flex/bison not needed
12501250cat UPDATED | grep '^\./' | while read FILE
12511251do
1252- touch "$FILE"
1252+ touch $srcdir/ "$FILE"
12531253done
12541254
12551255AC_OUTPUT
You can’t perform that action at this time.
0 commit comments