X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=buildconf.sh;h=faa11cf0174135a92e9391fc08fd68675a9df74d;hb=20268c3c0fbcabb3696d4cefcb8b0a84598ed9f0;hp=9c505de38d9d53d8835476bfabc37be920d1c6d5;hpb=b0ea0712dd81e2d3dd25ec14c0bb9a6ce0a51056;p=yaz-moved-to-github.git diff --git a/buildconf.sh b/buildconf.sh index 9c505de..faa11cf 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,6 +1,10 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.1 2001-02-21 09:03:34 adam Exp $ +# $Id: buildconf.sh,v 1.15 2003-05-06 11:37:18 adam Exp $ +set -x aclocal -libtoolize --force -automake -a +libtoolize --automake --force +automake --add-missing autoconf +if [ -f config.cache ]; then + rm config.cache +fi