Add a note about autoconf 2.13.

Many people seem to have this question.
This commit is contained in:
Ms2ger 2014-09-06 12:06:55 +02:00
parent cf094d09bd
commit 84e6ec18d3

View file

@ -51,6 +51,11 @@ sudo pacman -S base-devel autoconf2.13 git gperf python2 \
python2-virtualenv mesa libxrandr libxi libgl glu ttf-font
```
Note: autoconf 2.13 is required for SpiderMonkey; the autoconf project did not
preserve backwards compatibility after version 2.13, and changing the Firefox
build to work with a newer version is not considered a good use of developers'
time.
Cross-compilation for Android:
Basically, pre-installed Android tools are needed.