Get past NOX build error w/newer autoconf
This commit is contained in:
+2
-2
@@ -156,8 +156,8 @@ function nox {
|
|||||||
git clone git://noxrepo.org/noxcore
|
git clone git://noxrepo.org/noxcore
|
||||||
cd noxcore
|
cd noxcore
|
||||||
|
|
||||||
# With later autoconf versions this doesn't work:
|
# With later autoconf versions this doesn't quite work:
|
||||||
#./boot.sh
|
./boot.sh || true
|
||||||
# So use this instead:
|
# So use this instead:
|
||||||
autoreconf --install --force
|
autoreconf --install --force
|
||||||
mkdir build
|
mkdir build
|
||||||
|
|||||||
Reference in New Issue
Block a user