X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=blobdiff_plain;f=buildconf.sh;h=c6a4e3921223193fa23a58a740a2aea36b5a311c;hp=82489d2014c5c1d3c7737d929d62db968901ebaa;hb=53d173adf3fb13f5fd25a7b02f339e2731d8a834;hpb=f01703caba976a582cb23a03b4947d1b1068f8ca diff --git a/buildconf.sh b/buildconf.sh index 82489d2..c6a4e39 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,6 +1,55 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.2 2000-10-26 21:31:50 adam Exp $ -aclocal -libtoolize -automake -a -autoconf + +if [ -d .git ]; then + git submodule init + git submodule update +fi + +. m4/id-config.sh + +if $enable_help; then + cat <