netcdf-cxx4: add m4 dep for call to autoreconf (#12325)
This commit is contained in:
parent
1a432fb213
commit
51adb6a4ef
@ -25,6 +25,7 @@ class NetcdfCxx4(AutotoolsPackage):
|
||||
depends_on('automake', type='build')
|
||||
depends_on('autoconf', type='build')
|
||||
depends_on('libtool', type='build')
|
||||
depends_on('m4', type='build')
|
||||
|
||||
force_autoreconf = True
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user