X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=buildconf.sh;h=02252f6ce8e18630579890c5473c03226b6ad1d4;hb=4391c9699f5a37b73d63ba157157e9221aec566c;hp=82489d2014c5c1d3c7737d929d62db968901ebaa;hpb=f01703caba976a582cb23a03b4947d1b1068f8ca;p=yazpp-moved-to-github.git diff --git a/buildconf.sh b/buildconf.sh index 82489d2..02252f6 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,6 +1,14 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.2 2000-10-26 21:31:50 adam Exp $ -aclocal -libtoolize -automake -a -autoconf +# $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 . +fi +libtoolize --force +automake -a +autoconf || exit 4 +if [ -f config.cache ]; then + rm config.cache +fi