Fix setup instructions for Arch

base-devel contains the last version of autoconf. However, some
dependencies of the project rely on autoconf 2.13. Without this change,
the build fails with the following message:

```
ERROR: Could not find autoconf 2.13

--- stderr
ERROR: Could not find autoconf 2.13
make: *** [makefile.cargo:143: maybe-configure] Error 1
thread 'main' panicked at 'assertion failed: result.success()', build.rs:110:5
note: Run with `RUST_BACKTRACE=1` for a backtrace.
```
This commit is contained in:
Agustin Chiappe Berrini 2018-08-30 06:50:27 -04:00
parent 05bdc656af
commit 6a574b2f56

View file

@ -138,7 +138,7 @@ sudo zypper install libX11-devel libexpat-devel libbz2-devel Mesa-libEGL-devel M
``` sh
sudo pacman -S --needed base-devel git python2 python2-virtualenv python2-pip mesa cmake bzip2 libxmu glu \
pkg-config ttf-fira-sans harfbuzz ccache clang
pkg-config ttf-fira-sans harfbuzz ccache clang autoconf2.13
```
#### On Gentoo Linux