udunits2: Add build dependency on texinfo (#3383)

This commit is contained in:
Michael Kuhn 2017-03-09 15:11:23 +01:00 committed by Adam J. Stewart
parent c1f8fbed34
commit 44b165461a

View file

@ -44,6 +44,7 @@ class Udunits2(AutotoolsPackage):
depends_on('automake', type='build')
depends_on('autoconf', type='build')
depends_on('pkg-config', type='build')
depends_on('texinfo', type='build')
def autoreconf(self, spec, prefix):
# Work around autogen.sh oddities