]> git.ipfire.org Git - thirdparty/systemd.git/blame - docs/sysvinit/meson.build
build-sys: use #if Y instead of #ifdef Y everywhere
[thirdparty/systemd.git] / docs / sysvinit / meson.build
CommitLineData
5c23128d 1file = configure_file(
37efbbd8
ZJS
2 input : 'README.in',
3 output : 'README',
4 configuration : substs)
1c9f1314 5
349cc4a5 6if conf.get('HAVE_SYSV_COMPAT') == 1
1c9f1314 7 install_data(file,
8 install_dir : sysvinit_path)
9endif