X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=blobdiff_plain;f=buildconf.sh;h=c6a4e3921223193fa23a58a740a2aea36b5a311c;hp=c0873b3a3926ca955561b04d5e0eadc29da234c0;hb=HEAD;hpb=933909a6cfd5dcacc446f45e7217849b917abefd diff --git a/buildconf.sh b/buildconf.sh index c0873b3..c6a4e39 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,6 +1,55 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.3 2000-11-20 11:27:33 adam Exp $ -aclocal -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 <