]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - sysusers.d/meson.build
tree-wide: beautify remaining copyright statements
[thirdparty/systemd.git] / sysusers.d / meson.build
index 2f3f3ebd998b58f6206921dc388686f1e9111b33..05c94cdd7b1b9275b78937db35674897a793cac9 100644 (file)
@@ -1,3 +1,7 @@
+# SPDX-License-Identifier: LGPL-2.1+
+#
+# Copyright © 2017 Zbigniew Jędrzejewski-Szmek
+
 in_files = ['basic.conf']
 
 enable_sysusers = conf.get('ENABLE_SYSUSERS') == 1
@@ -24,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)