udunits2: Add build dependency on texinfo (#3383)
This commit is contained in:
parent
c1f8fbed34
commit
44b165461a
@ -44,6 +44,7 @@ class Udunits2(AutotoolsPackage):
|
|||||||
depends_on('automake', type='build')
|
depends_on('automake', type='build')
|
||||||
depends_on('autoconf', type='build')
|
depends_on('autoconf', type='build')
|
||||||
depends_on('pkg-config', type='build')
|
depends_on('pkg-config', type='build')
|
||||||
|
depends_on('texinfo', type='build')
|
||||||
|
|
||||||
def autoreconf(self, spec, prefix):
|
def autoreconf(self, spec, prefix):
|
||||||
# Work around autogen.sh oddities
|
# Work around autogen.sh oddities
|
||||||
|
Loading…
Reference in New Issue
Block a user