X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=buildconf.sh;h=d495c31527548cca933dae69cc3b8dd8bff48c32;hb=8e0cda1d5cd32573e71ba7246df71b2e1a3815a4;hp=9c505de38d9d53d8835476bfabc37be920d1c6d5;hpb=b0ea0712dd81e2d3dd25ec14c0bb9a6ce0a51056;p=yaz-moved-to-github.git diff --git a/buildconf.sh b/buildconf.sh index 9c505de..d495c31 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 $ -aclocal -libtoolize --force -automake -a -autoconf +# $Id: buildconf.sh,v 1.9 2002-03-06 01:38:51 adam Exp $ +aclocal +libtoolize --automake --force || exit 2 +automake -a || exit 3 +autoconf || exit 4 +if [ -f config.cache ]; then + rm config.cache +fi +util/cvs-date.tcl include/yaz/yaz-date.h