From: Adam Dickmeiss Date: Sat, 16 Mar 2002 11:46:18 +0000 (+0000) Subject: buildconf.sh more verbose X-Git-Tag: YAZ.1.8.6~27 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=f722c8d9517ec491e2469cdc91a3751dd5e7a6df buildconf.sh more verbose --- diff --git a/buildconf.sh b/buildconf.sh index d495c31..5373ba8 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,9 +1,9 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.9 2002-03-06 01:38:51 adam Exp $ +# $Id: buildconf.sh,v 1.10 2002-03-16 11:46:18 adam Exp $ aclocal -libtoolize --automake --force || exit 2 -automake -a || exit 3 -autoconf || exit 4 +libtoolize --automake --force +automake -a +autoconf if [ -f config.cache ]; then rm config.cache fi