X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=buildconf.sh;h=02252f6ce8e18630579890c5473c03226b6ad1d4;hb=8a1224da4d5c0d6bde27b39d1ec0f9b6ffa6aea0;hp=d16ea33d44ed12094e72d7343f9dbdaa46d6aa41;hpb=f304b5971574644559b065a70a0a964a87a55e77;p=yazpp-moved-to-github.git diff --git a/buildconf.sh b/buildconf.sh index d16ea33..02252f6 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,11 +1,14 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.5 2001-02-21 11:25:07 adam Exp $ +# $Id: buildconf.sh,v 1.7 2002-04-15 09:43:30 adam Exp $ dir=`aclocal --print-ac-dir` if [ -f $dir/yaz.m4 ]; then aclocal else - aclocal -I . + aclocal -I . +fi +libtoolize --force +automake -a +autoconf || exit 4 +if [ -f config.cache ]; then + rm config.cache fi -libtoolize --force -automake -a -autoconf