From: Adam Dickmeiss Date: Tue, 23 Oct 2001 22:39:53 +0000 (+0000) Subject: Minor corrections. X-Git-Tag: YAZ.1.8~20 X-Git-Url: http://lists.indexdata.com/cgi-bin?a=commitdiff_plain;h=304184190fe6812bc788d9eebbd39934eada9ca3;p=yaz-moved-to-github.git Minor corrections. --- diff --git a/buildconf.sh b/buildconf.sh index 6012912..7e76a7a 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,8 +1,7 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.4 2001-10-23 21:00:19 adam Exp $ -set -x -libtoolize --force || exit 2 +# $Id: buildconf.sh,v 1.5 2001-10-23 22:39:53 adam Exp $ aclocal || exit 1 +libtoolize --automake --force || exit 2 automake -a || exit 3 autoconf || exit 4 if [ -f config.cache ]; then