projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2dbb559
)
buildconf removes autom4te.cache
author
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 25 Nov 2011 13:31:19 +0000
(14:31 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 25 Nov 2011 13:31:19 +0000
(14:31 +0100)
This is to ensure that software version is not cached but taken
from IDMETA as it should.
buildconf.sh
patch
|
blob
|
history
diff --git
a/buildconf.sh
b/buildconf.sh
index
6dbd1fb
..
b2edcf6
100755
(executable)
--- a/
buildconf.sh
+++ b/
buildconf.sh
@@
-6,6
+6,7
@@
autoconf=autoconf
libtoolize=libtoolize
autoheader=autoheader
+test -d autom4te.cache && rm -r autom4te.cache
test -d config || mkdir config
if [ -d .git ]; then
git submodule init