Renamed match-str.h to matchstr.h.
[yaz-moved-to-github.git] / buildconf.sh
index 7e6581d..b0edd6c 100755 (executable)
@@ -6,13 +6,10 @@ autoconf=autoconf
 libtoolize=libtoolize
 
 test -d config || mkdir config
-if test -d m4/.git -a -d doc/common/.git; then
-    :
-else
+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 ..."