Skip to content

Commit d874462

Browse files
author
bors-servo
authored
Auto merge of #198 - tworec:patch-1, r=jdm
[README] autoconf specific version is needed <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/mozjs/198) <!-- Reviewable:end -->
2 parents 2bf4912 + cab07eb commit d874462

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ Building
1414

1515
Under Linux:
1616

17-
Install Clang (at least version 3.9), for example in a Debian-based Linux:
17+
Install Clang (at least version 3.9) and autoconf v 2.13, for example in a Debian-based Linux:
1818
```
19-
sudo apt-get install clang-6.0
19+
sudo apt-get install clang-6.0 autoconf2.13
20+
2021
```
2122

2223
If you have more than one version of Clang installed, you can set the `LIBCLANG_PATH`

0 commit comments

Comments
 (0)