Renamed match-str.h to matchstr.h.
[yaz-moved-to-github.git] / buildconf.sh
index 6ba4f29..b0edd6c 100755 (executable)
@@ -1,5 +1,4 @@
 #!/bin/sh
-# $Id: buildconf.sh,v 1.46 2007-02-20 09:53:01 adam Exp $
 
 automake=automake
 aclocal=aclocal
@@ -7,7 +6,10 @@ 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 configuration for FreeBSD ..."