X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=buildconf.sh;h=02252f6ce8e18630579890c5473c03226b6ad1d4;hb=4391c9699f5a37b73d63ba157157e9221aec566c;hp=858ad3b85757bfe0bebee083bc6c96fd49b65e47;hpb=5ddfd8539ebd230cd671d1b2cc639c83aa841722;p=yazpp-moved-to-github.git diff --git a/buildconf.sh b/buildconf.sh index 858ad3b..02252f6 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,6 +1,14 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.4 2000-12-07 13:27:14 adam Exp $ -aclocal -I . -libtoolize --force -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