Merge pull request #918 from hegner/bugfix/bison
Add missing m4 dependency to bison
This commit is contained in:
commit
2fde72075f
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ class Bison(Package):
|
||||||
|
|
||||||
version('3.0.4', 'a586e11cd4aff49c3ff6d3b6a4c9ccf8')
|
version('3.0.4', 'a586e11cd4aff49c3ff6d3b6a4c9ccf8')
|
||||||
|
|
||||||
|
depends_on("m4")
|
||||||
|
|
||||||
def install(self, spec, prefix):
|
def install(self, spec, prefix):
|
||||||
configure("--prefix=%s" % prefix)
|
configure("--prefix=%s" % prefix)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue