X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=buildconf.sh;h=bc1f6e27a8b6b2a7f8f21625e899048b41b7c789;hp=71131890b70750ed501baed71cbaa199be0e3225;hb=4d95bcc1c92abde629616853b6a5d8e56444f5f3;hpb=e4f86070d38505130eed815469a439f299eaaabd diff --git a/buildconf.sh b/buildconf.sh index 7113189..bc1f6e2 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 <