Added schema xsd and rng that are auto-generated by trang.
[metaproxy-moved-to-github.git] / buildconf.sh
index 50bc1df..a30d34c 100755 (executable)
@@ -1,5 +1,4 @@
 #!/bin/sh
-# $Id: buildconf.sh,v 1.12 2006-10-13 09:53:51 adam Exp $
 
 automake=automake
 aclocal=aclocal
@@ -7,6 +6,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 ..."
@@ -89,10 +96,9 @@ Or just build the Debian packages without configuring
 
 When building from a CVS checkout, you need these Debian tools:
   autoconf, automake, libtool, gcc, g++, make,
-  xsltproc, docbook, docbook-xml, docbook-xsl,
+  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