buildconf removes autom4te.cache
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 25 Nov 2011 13:29:08 +0000 (14:29 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 25 Nov 2011 13:29:08 +0000 (14:29 +0100)
This is to ensure that software version is not cached but taken
from IDMETA as it should.

buildconf.sh

index 82bd895..ac1f580 100755 (executable)
@@ -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