chiark / gitweb /
tree-wide: beautify remaining copyright statements
[elogind.git] / src / login / meson.build
index af58bb11a565ad3cbbc19ac43a6d73897d6cd412..f83c4230bf5175a8da33859d2904c50244fc3ee9 100644 (file)
@@ -1,6 +1,6 @@
 # SPDX-License-Identifier: LGPL-2.1+
 #
-# Copyright 2017 Zbigniew Jędrzejewski-Szmek
+# Copyright © 2017 Zbigniew Jędrzejewski-Szmek
 #if 0 /// rename to elogind
 # 
 # systemd_logind_sources = files('''
@@ -131,7 +131,7 @@ user_runtime_dir_sources = files('''
 #                 '73-seat-late.rules',
 #                 input : '73-seat-late.rules.m4',
 #                 output: '73-seat-late.rules',
-#                 command : [m4, '-P'] + m4_defines + ['@INPUT@'],
+#                 command : [meson_apply_m4, config_h, '@INPUT@'],
 #                 capture : true,
 #                 install : true,
 #                 install_dir : udevrulesdir)
@@ -140,7 +140,7 @@ user_runtime_dir_sources = files('''
 #                 'systemd-user',
 #                 input : 'systemd-user.m4',
 #                 output: 'systemd-user',
-#                 command : [m4, '-P'] + m4_defines + ['@INPUT@'],
+#                 command : [meson_apply_m4, config_h, '@INPUT@'],
 #                 capture : true,
 #                 install : pamconfdir != 'no',
 #                 install_dir : pamconfdir)