Update headers and omit CVS Ids.
[yaz-moved-to-github.git] / buildconf.sh
index b8905d4..7e6581d 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,7 @@ autoconf=autoconf
 libtoolize=libtoolize
 
 test -d config || mkdir config
-if test -d m4 -a -d doc/common; then
+if test -d m4/.git -a -d doc/common/.git; then
     :
 else
     git submodule init