Commit af247599 authored by Killian Lufau's avatar Killian Lufau

bison: add automake as build dependency

Building Bison 3.3.2 now requires automake.
parent c465ef49
[buildout] [buildout]
extends = extends =
../automake/buildout.cfg
../m4/buildout.cfg ../m4/buildout.cfg
../perl/buildout.cfg ../perl/buildout.cfg
../xz-utils/buildout.cfg ../xz-utils/buildout.cfg
...@@ -12,6 +13,7 @@ shared = true ...@@ -12,6 +13,7 @@ shared = true
url = http://ftp.gnu.org/gnu/bison/bison-3.3.2.tar.xz url = http://ftp.gnu.org/gnu/bison/bison-3.3.2.tar.xz
md5sum = c9b552dee234b2f6b66e56b27e5234c9 md5sum = c9b552dee234b2f6b66e56b27e5234c9
environment = environment =
AUTOMAKE=${automake:location}/bin/automake
M4=${m4:location}/bin/m4 M4=${m4:location}/bin/m4
PATH=${perl:location}/bin:${xz-utils:location}/bin:%(PATH)s PATH=${perl:location}/bin:${xz-utils:location}/bin:%(PATH)s
patch-options = -p1 patch-options = -p1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment