From: Adam Dickmeiss Date: Tue, 6 Dec 2011 13:36:42 +0000 (+0100) Subject: buildconf removes autom4te.cache X-Git-Tag: v1.3.7~9 X-Git-Url: http://git.indexdata.com/?p=yazproxy-moved-to-github.git;a=commitdiff_plain;h=9e31047b0cc47c3f27e628698d43817a6fb9582e 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 fc07d69..d7fd646 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