Commit d0e0b06f authored by Killian Lufau's avatar Killian Lufau Committed by Thomas Gambier

bison: add autoconf as build dependency

Building Bison 3.3.2 now requires autoconf.
parent c2fc271b
[buildout] [buildout]
extends = extends =
../autoconf/buildout.cfg
../automake/buildout.cfg ../automake/buildout.cfg
../m4/buildout.cfg ../m4/buildout.cfg
../perl/buildout.cfg ../perl/buildout.cfg
...@@ -14,7 +15,7 @@ url = http://ftp.gnu.org/gnu/bison/bison-3.3.2.tar.xz ...@@ -14,7 +15,7 @@ url = http://ftp.gnu.org/gnu/bison/bison-3.3.2.tar.xz
md5sum = c9b552dee234b2f6b66e56b27e5234c9 md5sum = c9b552dee234b2f6b66e56b27e5234c9
environment = environment =
M4=${m4:location}/bin/m4 M4=${m4:location}/bin/m4
PATH=${automake:location}/bin:${perl:location}/bin:${xz-utils:location}/bin:%(PATH)s PATH=${autoconf:location}/bin:${automake:location}/bin:${perl:location}/bin:${xz-utils:location}/bin:%(PATH)s
patch-options = -p1 patch-options = -p1
patches = patches =
${:_profile_base_location_}/01_inhibit_example_generation#ee2df22601a56d738939fa760f9dc19b ${:_profile_base_location_}/01_inhibit_example_generation#ee2df22601a56d738939fa760f9dc19b
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