silo: add build dependency on m4 (#25770)

This commit is contained in:
Olivier Cessenat 2021-09-03 08:54:31 +02:00 committed by GitHub
parent 5f4fcea79c
commit 35fe188d22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,6 +35,7 @@ class Silo(AutotoolsPackage):
variant('fpzip', default=True, variant('fpzip', default=True,
description='Enable fpzip support') description='Enable fpzip support')
depends_on('m4', type='build', when='+shared')
depends_on('autoconf', type='build', when='+shared') depends_on('autoconf', type='build', when='+shared')
depends_on('automake', type='build', when='+shared') depends_on('automake', type='build', when='+shared')
depends_on('libtool', type='build', when='+shared') depends_on('libtool', type='build', when='+shared')