From: Adam Dickmeiss Date: Fri, 25 Nov 2011 13:37:19 +0000 (+0100) Subject: buildconf removes autom4te.cache X-Git-Tag: v2.0.51~16^2 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=e41aeac32e0334360d118de22da85a097498ec8d;hp=-c buildconf removes autom4te.cache This is to ensure that software version is not cached but taken from IDMETA as it should. --- e41aeac32e0334360d118de22da85a097498ec8d diff --git a/buildconf.sh b/buildconf.sh index ac57f7c..055d521 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