From 304184190fe6812bc788d9eebbd39934eada9ca3 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 23 Oct 2001 22:39:53 +0000 Subject: [PATCH] Minor corrections. --- buildconf.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 -- 1.7.10.4