meson: generate m4 preprocessor from config.h (#8914)

This commit is contained in:
Yu Watanabe
2018-05-07 18:17:35 +09:00
committed by Zbigniew Jędrzejewski-Szmek
parent 4b4ee0f781
commit 348b44372f
7 changed files with 37 additions and 37 deletions

View File

@@ -28,7 +28,7 @@ foreach file : m4_files
'sysusers.d_' + file,
input : file + '.m4',
output: file,
command : [m4, '-P'] + m4_defines + ['@INPUT@'],
command : [meson_apply_m4, config_h, '@INPUT@'],
capture : true,
install : enable_sysusers,
install_dir : sysusersdir)