X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=buildconf.sh;h=984801933f3f73959121cda528af3ae8393b6a62;hb=911c48d1500fb1fe8d43da7507c4fd46bc95e2ec;hp=c0873b3a3926ca955561b04d5e0eadc29da234c0;hpb=933909a6cfd5dcacc446f45e7217849b917abefd;p=yazpp-moved-to-github.git diff --git a/buildconf.sh b/buildconf.sh index c0873b3..9848019 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,6 +1,14 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.3 2000-11-20 11:27:33 adam Exp $ -aclocal -libtoolize --force -automake -a +# $Id: buildconf.sh,v 1.8 2002-09-10 11:58:13 adam Exp $ +dir=`aclocal --print-ac-dir` +if [ -f $dir/yaz.m4 ]; then + aclocal +else + aclocal -I . +fi +libtoolize --force +automake -a autoconf +if [ -f config.cache ]; then + rm config.cache +fi