iegenlib: add build dependencies for automake and libtool (#16980)

This commit is contained in:
John Jolly
2020-06-06 01:55:14 -06:00
committed by GitHub
parent 374f1a62e2
commit d755cc8ce9

View File

@@ -23,6 +23,8 @@ class Iegenlib(CMakePackage):
depends_on('cmake@2.6:', type='build')
depends_on('autoconf', type='build')
depends_on('automake', type='build')
depends_on('libtool', type='build')
depends_on('texinfo', type='build')
depends_on('isl')