projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8effcf
)
Remove config.{status,cache} before running configure
POKEY
author
Ivo Timmermans
<ivo@lychnis.net>
Thu, 18 Apr 2002 14:23:25 +0000
(14:23 +0000)
committer
Ivo Timmermans
<ivo@lychnis.net>
Thu, 18 Apr 2002 14:23:25 +0000
(14:23 +0000)
autogen.sh
patch
|
blob
|
history
diff --git
a/autogen.sh
b/autogen.sh
index
21a0f4c
..
09e5a70
100644
(file)
--- a/
autogen.sh
+++ b/
autogen.sh
@@
-150,6
+150,7
@@
conf_flags="--enable-maintainer-mode --enable-compile-warnings" #--enable-iso-c
if test x$NOCONFIGURE = x; then
echo Running $srcdir/configure $conf_flags "$@" ...
+ rm -f config.status config.cache
$srcdir/configure $conf_flags "$@" \
&& echo Now type \`make\' to compile $PKG_NAME || exit 1
else