X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=buildconf.sh;h=984801933f3f73959121cda528af3ae8393b6a62;hb=19bf0c849dab9319f646239a029eba39102ad151;hp=5c92300793aea950d8c9e2bcd955ceba46a38949;hpb=13c2d015252fa402b324b088bf7544632114f09c;p=yazpp-moved-to-github.git diff --git a/buildconf.sh b/buildconf.sh index 5c92300..9848019 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,5 +1,14 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.1 2000-10-11 12:21:50 adam Exp $ -libtoolize -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