X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=blobdiff_plain;f=buildconf.sh;h=c6a4e3921223193fa23a58a740a2aea36b5a311c;hp=858ad3b85757bfe0bebee083bc6c96fd49b65e47;hb=HEAD;hpb=5ddfd8539ebd230cd671d1b2cc639c83aa841722 diff --git a/buildconf.sh b/buildconf.sh index 858ad3b..c6a4e39 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,6 +1,55 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.4 2000-12-07 13:27:14 adam Exp $ -aclocal -I . -libtoolize --force -automake -a -autoconf + +if [ -d .git ]; then + git submodule init + git submodule update +fi + +. m4/id-config.sh + +if $enable_help; then + cat <