File tree 2 files changed +1
-13
lines changed 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/
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 $srcdir/"$FILE"
17677
- done
17678
-
17679
17673
cat >confcache <<\_ACEOF
17680
17674
# This file is a shell script that caches the results of configure
17681
17675
# 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.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 $
3
3
dnl
4
4
dnl Developers, please strive to achieve this order:
5
5
dnl
@@ -1246,10 +1246,4 @@ AC_CONFIG_HEADERS([src/include/pg_config.h],
1246
1246
echo >src/include/stamp-h
1247
1247
])
1248
1248
1249
- # touch files to flex/bison not needed
1250
- cat UPDATED | grep '^\./' | while read FILE
1251
- do
1252
- touch $srcdir/"$FILE"
1253
- done
1254
-
1255
1249
AC_OUTPUT
You can’t perform that action at this time.
0 commit comments