X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=buildconf.sh;h=ce336468b9714a34ea958dfbc75fb11bb7837eb8;hp=9c3d450506cd2cf1b6972f2633c1b0d8794ff40a;hb=0dedb6a7a6a0f0ddaf56cb0673978fdd85e64be1;hpb=8ee402d79e37344b08c2b54ad45b50e8327a6c03 diff --git a/buildconf.sh b/buildconf.sh index 9c3d450..ce33646 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,12 +1,54 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.12 2004-09-27 10:44:47 adam Exp $ -set -x -dir=`aclocal --print-ac-dir` -aclocal -I . -libtoolize --automake --force -automake -a -automake -a -autoconf -if [ -f config.cache ]; then - rm config.cache + +if [ -d .git ]; then + git submodule init + git submodule update +fi + +. m4/id-config.sh + +if $enable_help; then + cat <