Force flex/bison files to be new.
authorBruce Momjian <[email protected]>
Sun, 7 Sep 2003 23:40:52 +0000 (23:40 +0000)
committerBruce Momjian <[email protected]>
Sun, 7 Sep 2003 23:40:52 +0000 (23:40 +0000)
configure
configure.in

index 9d729d91cc46d37bd89a04b7ddd1664333d0f8c1..b0e59ccb5d8f5261f5733f8a078795f8e114cff0 100755 (executable)
--- a/configure
+++ b/configure
@@ -17670,6 +17670,12 @@ 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 "$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 216a3c59eba269e70e7ac6078ae3d6f96842f30e..f471fab1207bae3cf242836f3f33dc220b081547 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.3 2003/09/07 23:39:03 momjian Exp $
+dnl $Header: /cvsroot/pgsql/configure.in,v 1.280.2.4 2003/09/07 23:40:52 momjian Exp $
 dnl
 dnl Developers, please strive to achieve this order:
 dnl
@@ -16,12 +16,6 @@ dnl
 dnl Read the Autoconf manual for details.
 dnl
 
-# touch files to flex/bison not needed
-cat UPDATE | grep '^\./' | while read FILE
-do
-   touch "$FILE"
-done
-
 m4_pattern_forbid(^PGAC_)dnl to catch undefined macros
 dnl
 dnl The GNU folks apparently haven't heard that some people don't use
@@ -1252,4 +1246,10 @@ 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 "$FILE"
+done
+
 AC_OUTPUT