X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=buildconf.sh;h=b0edd6cf8748c0a3bc4b8c121548463a1fe52827;hp=a0f99c827db3ca3b0b10c9a46e117ef9df6a0ab8;hb=ae309395bf5f5511c2eee751151a2962726f745a;hpb=be6bf53019f49c1448f0161e3b0ce8d3b5b09ec0 diff --git a/buildconf.sh b/buildconf.sh index a0f99c8..b0edd6c 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,14 +1,18 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.44 2006-10-09 14:22:43 heikki Exp $ automake=automake aclocal=aclocal autoconf=autoconf libtoolize=libtoolize +test -d config || mkdir config +if test .git; then + git submodule init + git submodule update +fi if [ "`uname -s`" = FreeBSD ]; then # FreeBSD intalls the various auto* tools with version numbers - echo "Using special configuation for FreeBSD ..." + echo "Using special configuration for FreeBSD ..." automake=automake19 aclocal="aclocal19 -I /usr/local/share/aclocal" autoconf=autoconf259 @@ -91,7 +95,8 @@ Or just build the Debian packages without configuring When building from a CVS checkout, 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 + libxslt1-dev, libssl-dev, libreadline5-dev, libwrap0-dev, + libpcap0.8-dev EOF fi if [ "`uname -s`" = FreeBSD ]; then