From: Adam Dickmeiss Date: Thu, 15 Dec 2011 09:21:28 +0000 (+0100) Subject: Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/idzebra X-Git-Tag: v2.0.51~16 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=5c22e5ea5d19ee717014a8cfa2a00dab8b004962;hp=a5c8c78e8671af863fc61b2ad8b24f92f827f7b2 Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/idzebra --- diff --git a/IDMETA b/IDMETA index 74c1fc6..625aec6 100644 --- a/IDMETA +++ b/IDMETA @@ -1,3 +1,3 @@ DEBIAN_DIST="wheezy squeeze lenny" -UBUNTU_DIST="natty maverick lucid karmic" +UBUNTU_DIST="natty maverick lucid" VERSION=2.0.50 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