From: Adam Dickmeiss Date: Wed, 11 Jan 2012 11:22:49 +0000 (+0100) Subject: Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/yazpp X-Git-Tag: v1.2.8~5 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=8fd53b0694e21f4d287a123daad5d99ce2243c70;hp=0084c40d8bc6babaeb0b833b12d9cd625c807525;p=yazpp-moved-to-github.git Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/yazpp --- diff --git a/IDMETA b/IDMETA index 02717bd..2a10671 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=1.2.7 diff --git a/buildconf.sh b/buildconf.sh index c51258c..ea58ec3 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