X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=buildconf.sh;h=9929f2af32bb0c5684e3ef9b3a9d05d10d502430;hb=1e118509f32cacf688acc277c59cdb97d1048f04;hp=cce50d52691d48e87d88d9f0cfcc81fa2a836639;hpb=069253101ff93035d077124e6ebfa464a7aa5c0a;p=metaproxy-moved-to-github.git diff --git a/buildconf.sh b/buildconf.sh index cce50d5..9929f2a 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.13 2006-10-13 10:31:54 adam Exp $ +# $Id: buildconf.sh,v 1.14 2008-02-27 11:08:48 adam Exp $ automake=automake aclocal=aclocal @@ -7,6 +7,14 @@ autoconf=autoconf libtoolize=libtoolize autoheader=autoheader +test -d config || mkdir config +if test -d m4/.git -a -d doc/common/.git; then + : +else + git submodule init + git submodule update +fi + if [ "`uname -s`" = FreeBSD ]; then # FreeBSD intalls the various auto* tools with version numbers echo "Using special configuration for FreeBSD ..." @@ -91,8 +99,7 @@ When building from a CVS checkout, you need these Debian tools: autoconf, automake, libtool, gcc, g++, make, xsltproc, docbook, docbook-xml, docbook-xsl, trang, libxslt1-dev, libyazpp-dev, - libboost-thread-dev, libboost-date-time-dev, - libboost-program-options-dev, libboost-test-dev + libboost-thread-dev, libboost-test-dev and for the image-processing needed to build the documentation: inkscape