Get past NOX build error w/newer autoconf

This commit is contained in:
Brandon Heller
2010-03-22 22:44:31 -07:00
parent c532689266
commit 9a7717ed9d
+2 -2
View File
@@ -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