From 9a7717ed9d6ef0ada7f787b5b57a6fdf2afef29c Mon Sep 17 00:00:00 2001 From: Brandon Heller Date: Mon, 22 Mar 2010 22:44:31 -0700 Subject: [PATCH] Get past NOX build error w/newer autoconf --- util/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util/install.sh b/util/install.sh index 27b0380..4594af6 100755 --- a/util/install.sh +++ b/util/install.sh @@ -156,8 +156,8 @@ function nox { git clone git://noxrepo.org/noxcore cd noxcore - # With later autoconf versions this doesn't work: - #./boot.sh + # With later autoconf versions this doesn't quite work: + ./boot.sh || true # So use this instead: autoreconf --install --force mkdir build