File tree 2 files changed +3
-3
lines changed
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"
17673
17673
# touch files to flex/bison not needed
17674
17674
cat UPDATED | grep '^\./' | while read FILE
17675
17675
do
17676
- touch "$FILE"
17676
+ touch $srcdir/ "$FILE"
17677
17677
done
17678
17678
17679
17679
cat >confcache <<\_ACEOF
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.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 $
3
3
dnl
4
4
dnl Developers, please strive to achieve this order:
5
5
dnl
@@ -1249,7 +1249,7 @@ echo >src/include/stamp-h
1249
1249
# touch files to flex/bison not needed
1250
1250
cat UPDATED | grep '^\./' | while read FILE
1251
1251
do
1252
- touch "$FILE"
1252
+ touch $srcdir/ "$FILE"
1253
1253
done
1254
1254
1255
1255
AC_OUTPUT
You can’t perform that action at this time.
0 commit comments