X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=buildconf.sh;h=b2edcf6e4668b264e87e8e0871a3cf3732cffa42;hp=bb7e1b8f57e41aa0995364812b3647524aa9b8b0;hb=9a15c4eecb9fc1ea2b52a59fbc496658fea534fd;hpb=0dedb61924122466aeaba3557c3dc81a8f6ede4d diff --git a/buildconf.sh b/buildconf.sh index bb7e1b8..b2edcf6 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 @@ -119,8 +120,6 @@ When building from Git, you need these Debian packages: libxslt1-dev libgnutls-dev libreadline5-dev libwrap0-dev pkg-config libicu-dev -Also perhaps: libgnutls-dev libicu-dev - And if you want to make a Debian package: dpkg-dev fakeroot debhelper (Then run "dpkg-buildpackage -rfakeroot" in this directory.)