blob: 0ddff20ce56bd2bd1513103d9b78219f776cbe44 [file] [log] [blame] [raw]
# SPDX-License-Identifier: LGPL-2.1+
file = configure_file(
input : 'README.in',
output : 'README',
configuration : substs)
if conf.get('HAVE_SYSV_COMPAT') == 1
install_data(file,
install_dir : varlogdir)
endif