mirror of
https://github.com/systemd/systemd.git
synced 2024-11-05 06:52:22 +03:00
1c9f131444
Mirror conditions from Makefile.am.
10 lines
231 B
Meson
10 lines
231 B
Meson
file = configure_file(
|
|
input : 'README.in',
|
|
output : 'README',
|
|
configuration : substs)
|
|
|
|
if conf.get('HAVE_SYSV_COMPAT', 0) == 1
|
|
install_data(file,
|
|
install_dir : varlogdir)
|
|
endif
|