Remove derived files from WIN32_DEV branch.
authorBruce Momjian <[email protected]>
Fri, 12 Sep 2003 02:04:40 +0000 (02:04 +0000)
committerBruce Momjian <[email protected]>
Fri, 12 Sep 2003 02:04:40 +0000 (02:04 +0000)
configure
configure.in

index e3ca899d9d48aa5346a26083e1ac1e098b065b36..9d729d91cc46d37bd89a04b7ddd1664333d0f8c1 100755 (executable)
--- a/configure
+++ b/configure
@@ -17670,12 +17670,6 @@ ac_config_links="$ac_config_links src/backend/port/dynloader.c:src/backend/port/
 ac_config_headers="$ac_config_headers src/include/pg_config.h"
 
 
-# touch files to flex/bison not needed
-cat UPDATED | grep '^\./' | while read FILE
-do
-   touch $srcdir/"$FILE"
-done
-
 cat >confcache <<\_ACEOF
 # This file is a shell script that caches the results of configure
 # tests run on this system so they can be shared between configure
index 91f5e51265c667e8a80e4f2e2640bb42d98b7b13..1b6e7c354cd3cb87223416ec38366a5d063c5762 100644 (file)
@@ -1,5 +1,5 @@
 dnl Process this file with autoconf to produce a configure script.
-dnl $Header: /cvsroot/pgsql/configure.in,v 1.280.2.5 2003/09/08 01:55:52 momjian Exp $
+dnl $Header: /cvsroot/pgsql/configure.in,v 1.280.2.6 2003/09/12 02:04:40 momjian Exp $
 dnl
 dnl Developers, please strive to achieve this order:
 dnl
@@ -1246,10 +1246,4 @@ AC_CONFIG_HEADERS([src/include/pg_config.h],
 echo >src/include/stamp-h
 ])
 
-# touch files to flex/bison not needed
-cat UPDATED | grep '^\./' | while read FILE
-do
-   touch $srcdir/"$FILE"
-done
-
 AC_OUTPUT