X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=buildconf.sh;h=da5439c77dbf19e0b8ae0a932563d1c14e34c3da;hp=7e76a7a7b0cbccd748cc302740168d2b2e0a63b1;hb=e1f879d00e75be3b5b9f3ecc22b34cc0c1c61aec;hpb=304184190fe6812bc788d9eebbd39934eada9ca3 diff --git a/buildconf.sh b/buildconf.sh index 7e76a7a..da5439c 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,8 +1,8 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.5 2001-10-23 22:39:53 adam Exp $ +# $Id: buildconf.sh,v 1.6 2001-10-23 22:44:32 adam Exp $ aclocal || exit 1 libtoolize --automake --force || exit 2 -automake -a || exit 3 +automake -a >/dev/null 2>&1 || exit 3 autoconf || exit 4 if [ -f config.cache ]; then rm config.cache