Fixed bug #2231: Z39.50 sessions not reused if searches fail
[metaproxy-moved-to-github.git] / buildconf.sh
index 9929f2a..60fd9e4 100755 (executable)
@@ -1,5 +1,4 @@
 #!/bin/sh
-# $Id: buildconf.sh,v 1.14 2008-02-27 11:08:48 adam Exp $
 
 automake=automake
 aclocal=aclocal
@@ -8,9 +7,7 @@ libtoolize=libtoolize
 autoheader=autoheader
 
 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