Auto merge of #9128 - adrianheine:patch-1, r=jdm

Add autoconf to build dependencies

`autoheader` from `autoconf` was necessary for the build on my system.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9128)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-01-05 06:00:30 +05:30
commit b7a3906664

View file

@ -28,7 +28,7 @@ sudo port install python27 py27-virtualenv cmake
On Debian-based Linuxes: On Debian-based Linuxes:
``` sh ``` sh
sudo apt-get install curl freeglut3-dev \ sudo apt-get install curl freeglut3-dev autoconf \
libfreetype6-dev libgl1-mesa-dri libglib2.0-dev xorg-dev \ libfreetype6-dev libgl1-mesa-dri libglib2.0-dev xorg-dev \
gperf g++ cmake virtualenv python-pip \ gperf g++ cmake virtualenv python-pip \
libssl-dev libbz2-dev libosmesa6-dev libxmu6 libxmu-dev \ libssl-dev libbz2-dev libosmesa6-dev libxmu6 libxmu-dev \