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

View File

@@ -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')