projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b88ff8
)
flex/bison stamp fix.
author
Bruce Momjian
Mon, 8 Sep 2003 01:55:52 +0000
(
01:55
+0000)
committer
Bruce Momjian
Mon, 8 Sep 2003 01:55:52 +0000
(
01:55
+0000)
configure
patch
|
blob
|
blame
|
history
configure.in
patch
|
blob
|
blame
|
history
diff --git
a/configure
b/configure
index b0e59ccb5d8f5261f5733f8a078795f8e114cff0..e3ca899d9d48aa5346a26083e1ac1e098b065b36 100755
(executable)
--- a/
configure
+++ b/
configure
@@
-17673,7
+17673,7
@@
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"
+ touch
$srcdir/
"$FILE"
done
cat >confcache <<\_ACEOF
diff --git
a/configure.in
b/configure.in
index f471fab1207bae3cf242836f3f33dc220b081547..91f5e51265c667e8a80e4f2e2640bb42d98b7b13 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-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.
4 2003/09/07 23:40
:52 momjian Exp $
+dnl $Header: /cvsroot/pgsql/configure.in,v 1.280.2.
5 2003/09/08 01:55
:52 momjian Exp $
dnl
dnl Developers, please strive to achieve this order:
dnl
@@
-1249,7
+1249,7
@@
echo >src/include/stamp-h
# touch files to flex/bison not needed
cat UPDATED | grep '^\./' | while read FILE
do
- touch "$FILE"
+ touch
$srcdir/
"$FILE"
done
AC_OUTPUT