From 4f4084d850a0324128b943efb1ed1d3b5e0a1289 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 25 Nov 2011 14:29:08 +0100 Subject: [PATCH] buildconf removes autom4te.cache This is to ensure that software version is not cached but taken from IDMETA as it should. --- buildconf.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/buildconf.sh b/buildconf.sh index 82bd895..ac1f580 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 -- 1.7.10.4