silo: add build dependency on m4 (#25770)
This commit is contained in:
parent
5f4fcea79c
commit
35fe188d22
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ class Silo(AutotoolsPackage):
|
|||
variant('fpzip', default=True,
|
||||
description='Enable fpzip support')
|
||||
|
||||
depends_on('m4', type='build', when='+shared')
|
||||
depends_on('autoconf', type='build', when='+shared')
|
||||
depends_on('automake', type='build', when='+shared')
|
||||
depends_on('libtool', type='build', when='+shared')
|
||||
|
|
Loading…
Reference in a new issue