X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=buildconf.sh;h=165b93e342e675b4789d08e259501e8597ea2c43;hb=1e60b3fc076789fcfb65c936f83f25a2a09fc835;hp=d16ea33d44ed12094e72d7343f9dbdaa46d6aa41;hpb=f304b5971574644559b065a70a0a964a87a55e77;p=yazpp-moved-to-github.git diff --git a/buildconf.sh b/buildconf.sh index d16ea33..165b93e 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,11 +1,15 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.5 2001-02-21 11:25:07 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 else - aclocal -I . + aclocal -I . fi -libtoolize --force -automake -a +libtoolize --force +automake -a autoconf +if [ -f config.cache ]; then + rm config.cache +fi