GNU m4 depends on libsigsegv

This commit is contained in:
Adam J. Stewart
2016-03-04 15:22:28 -06:00
parent 5af543dc4a
commit a7b918837e
2 changed files with 17 additions and 0 deletions

View File

@@ -7,6 +7,8 @@ class M4(Package):
version('1.4.17', 'a5e9954b1dae036762f7b13673a2cf76')
depends_on('libsigsegv')
def install(self, spec, prefix):
configure("--prefix=%s" % prefix)
make()