Merge pull request #918 from hegner/bugfix/bison

Add missing m4 dependency to bison
This commit is contained in:
Todd Gamblin 2016-05-10 00:54:04 -07:00
commit 2fde72075f

View file

@ -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)