X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=buildconf.sh;h=165b93e342e675b4789d08e259501e8597ea2c43;hb=43cc841d9cd8606d5abc780770985ae5d6214560;hp=071751ebd1fb809673d4d510f1f8b31f8cd95551;hpb=bd71f8812ca0f38438733efc89ecce1f49dae9e7;p=yazpp-moved-to-github.git diff --git a/buildconf.sh b/buildconf.sh index 071751e..165b93e 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,14 +1,15 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.6 2001-03-26 14:43:49 adam Exp $ +# $Id: buildconf.sh,v 1.9 2002-09-10 12:00:20 adam Exp $ +set -x dir=`aclocal --print-ac-dir` if [ -f $dir/yaz.m4 ]; then - aclocal || exit 1 + aclocal else - aclocal -I . || exit 1 + aclocal -I . fi -libtoolize --force >/dev/null 2>&1 || exit 2 -automake -a >/dev/null 2>&1 || exit 3 -autoconf || exit 4 +libtoolize --force +automake -a +autoconf if [ -f config.cache ]; then rm config.cache fi