X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=buildconf.sh;h=b2edcf6e4668b264e87e8e0871a3cf3732cffa42;hp=eea548a7542cbf7e2c4e4dc8db3c75c3cf7bc964;hb=9a15c4eecb9fc1ea2b52a59fbc496658fea534fd;hpb=f5e58c21e2318579bdfa500abfc483fa35b8c733 diff --git a/buildconf.sh b/buildconf.sh index eea548a..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 @@ -114,12 +115,10 @@ Or just build the Debian packages without configuring dpkg-buildpackage -rfakeroot When building from Git, you need these Debian packages: - autoconf, automake, libtool, gcc, bison, any tcl, - xsltproc, docbook, docbook-xml, docbook-xsl, - libxslt1-dev, libssl-dev, libreadline5-dev, libwrap0-dev, - libpcap0.8-dev, pkg-config - -Also perhaps: libgnutls-dev libicu-dev + autoconf automake libtool gcc bison tcl8.4 + xsltproc docbook docbook-xml docbook-xsl + libxslt1-dev libgnutls-dev libreadline5-dev libwrap0-dev + pkg-config libicu-dev And if you want to make a Debian package: dpkg-dev fakeroot debhelper (Then run "dpkg-buildpackage -rfakeroot" in this directory.) @@ -129,8 +128,9 @@ EOF if [ "`uname -s`" = FreeBSD ]; then cat <