mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
meson: generate m4 preprocessor from config.h (#8914)
This commit is contained in:
committed by
Zbigniew Jędrzejewski-Szmek
parent
4b4ee0f781
commit
348b44372f
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user