From: Adam Dickmeiss Date: Fri, 25 Nov 2011 13:33:34 +0000 (+0100) Subject: buildconf removes autom4te.cache X-Git-Tag: v1.3.18~20 X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=commitdiff_plain;h=c799f273ea2c871bb32d5b3d46c029661da6c3b3;p=metaproxy-moved-to-github.git buildconf removes autom4te.cache This is to ensure that software version is not cached but taken from IDMETA as it should. --- diff --git a/buildconf.sh b/buildconf.sh index 8c546d3..0542a31 100755 --- 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