mirror of
https://gitlab.kit.edu/kit/scc/sys/mail/exim-encrypt-dlfunc.git
synced 2025-12-06 10:13:56 +01:00
meson: remove config.h.in
This commit is contained in:
@ -18,6 +18,6 @@ int main() {
|
|||||||
result = compiler.run(exim4_code)
|
result = compiler.run(exim4_code)
|
||||||
local_scan_version = result.stdout().strip().to_int()
|
local_scan_version = result.stdout().strip().to_int()
|
||||||
|
|
||||||
conf_data.set('local_scan_version', local_scan_version)
|
conf_data.set('LOCAL_SCAN_VERSION', local_scan_version)
|
||||||
|
|
||||||
subdir('src')
|
subdir('src')
|
||||||
|
|||||||
@ -1,4 +0,0 @@
|
|||||||
#pragma once
|
|
||||||
|
|
||||||
#define LOCAL_SCAN_VERSION @local_scan_version@
|
|
||||||
|
|
||||||
@ -1,4 +1,4 @@
|
|||||||
configure_file(input: 'config.h.in',
|
configure_file(
|
||||||
output: 'config.h',
|
output: 'config.h',
|
||||||
configuration: conf_data)
|
configuration: conf_data)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user