Removed ignore from unused directory.
[yazpp-moved-to-github.git] / buildconf.sh
index a661483..4e7fff0 100755 (executable)
@@ -1,5 +1,10 @@
 #!/bin/sh
-# $Id: buildconf.sh,v 1.17 2006-07-07 06:21:29 adam Exp $
+
+test -d config || mkdir config
+if test .git; then
+    git submodule init
+    git submodule update
+fi
 
 if automake --version|head -1 |grep '1\.[4-7]'; then
     echo "automake 1.4-1.7 is active. You should use automake 1.8 or later"