X-Git-Url: http://git.indexdata.com/?p=yazproxy-moved-to-github.git;a=blobdiff_plain;f=buildconf.sh;h=d6d56c22d6d7ea62b66f3e1d1dfc728660901b32;hp=8089ab2be8464d5df7d33dc494958b1177fca40f;hb=51cd464f515eed85a9c47696fd06a414c66b84f7;hpb=a3a26b06c66dde58f29607059114f35289bf2cdb diff --git a/buildconf.sh b/buildconf.sh index 8089ab2..d6d56c2 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,16 +1,56 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.2 2004-04-11 14:25:50 adam Exp $ -set -x -dir=`aclocal --print-ac-dir` -if [ -f $dir/yazpp.m4 ]; then - aclocal -else - aclocal -I . + +if [ -d .git ]; then + git submodule init + git submodule update fi -libtoolize --force -automake -a -automake -a -autoconf -if [ -f config.cache ]; then - rm config.cache + +. m4/id-config.sh + +if $enable_help; then + cat <