renamed record filter module sources
[idzebra-moved-to-github.git] / buildconf.sh
index 75eca45..037546b 100755 (executable)
@@ -1,5 +1,4 @@
 #!/bin/sh
-# $Id: buildconf.sh,v 1.26 2007-04-03 15:26:14 adam Exp $
 
 automake=automake
 aclocal=aclocal
@@ -7,9 +6,7 @@ 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