Added print of status or Error Report from xml ES
[yaz-moved-to-github.git] / buildconf.sh
index 8647f28..8f58349 100755 (executable)
@@ -6,6 +6,14 @@ aclocal=aclocal
 autoconf=autoconf
 libtoolize=libtoolize
 
+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 ..."