From 2327307b813367fccd75ed2cb27dc7403e863d50 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Wed, 5 Feb 2020 17:07:10 +0100 Subject: [PATCH] build: Rename config.h template Now that it won't clash with the autotools version. --- config.h.meson => config.h.in | 0 meson.build | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename config.h.meson => config.h.in (100%) diff --git a/config.h.meson b/config.h.in similarity index 100% rename from config.h.meson rename to config.h.in diff --git a/meson.build b/meson.build index c57bfc3..0ac3cde 100644 --- a/meson.build +++ b/meson.build @@ -142,7 +142,7 @@ cdata.set_quoted('VERSION', meson.project_version()) cdata.set_quoted('SYSCONFDIR', sysconfdir) config_h = configure_file( - input: 'config.h.meson', + input: 'config.h.in', output: 'config.h', configuration: cdata )