On a Thursday in 2020, Pavel Hrdina wrote:
With meson we generate meson-config.h into the build directory and
include it in config.h so there is no need to have separate
config-post.h file.
Signed-off-by: Pavel Hrdina <phrdina(a)redhat.com>
---
config-post.h | 58 ---------------------------------------------------
config.h | 41 ++++++++++++++++++++++++++++++++++++
configure.ac | 1 -
3 files changed, 41 insertions(+), 59 deletions(-)
delete mode 100644 config-post.h
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano