projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ad853b
)
Some versions of lex will drop a lex.yy.c file when we probe to see if
author
Tom Lane
Thu, 2 Sep 2004 20:39:57 +0000
(20:39 +0000)
committer
Tom Lane
Thu, 2 Sep 2004 20:39:57 +0000
(20:39 +0000)
they are flex. Clean up after them.
config/programs.m4
patch
|
blob
|
blame
|
history
configure
patch
|
blob
|
blame
|
history
diff --git
a/config/programs.m4
b/config/programs.m4
index 0f836f53520c03b8c86d20c9ab72ca06cd047e86..aca56bb3c9b06411e8f25ea3775855a958d77faf 100644
(file)
--- a/
config/programs.m4
+++ b/
config/programs.m4
@@
-1,4
+1,4
@@
-# $PostgreSQL: pgsql/config/programs.m4,v 1.1
5 2004/09/02 15:39:55
tgl Exp $
+# $PostgreSQL: pgsql/config/programs.m4,v 1.1
6 2004/09/02 20:39:57
tgl Exp $
# PGAC_PATH_FLEX
@@
-38,7
+38,7
@@
else
fi
done
done
- rm -f conftest.l
+ rm -f conftest.l
lex.yy.c
: ${pgac_cv_path_flex=no}
fi
])[]dnl AC_CACHE_CHECK
diff --git
a/configure
b/configure
index 66f14332fb3d04dd39e56aee5e1670061bab79da..9b0dc313434974cf53e6b0eacc25dd65d965229f 100755
(executable)
--- a/
configure
+++ b/
configure
@@
-3572,7
+3572,7
@@
else
fi
done
done
- rm -f conftest.l
+ rm -f conftest.l
lex.yy.c
: ${pgac_cv_path_flex=no}
fi