From 4eab641ae38d3d91c6beb50ddbb77b1fa7ec0be2 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Mon, 10 Oct 2022 23:38:56 +0200 Subject: Send build config (configure options) in LOKit version info JSON Change-Id: I29a6cca467e5f1e9ba59528edefbb397ceb81780 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141197 Tested-by: Jenkins CollaboraOffice Reviewed-by: Aron Budea --- config_host/config_buildconfig.h.in | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 config_host/config_buildconfig.h.in (limited to 'config_host') diff --git a/config_host/config_buildconfig.h.in b/config_host/config_buildconfig.h.in new file mode 100644 index 000000000000..0c93d6e02f84 --- /dev/null +++ b/config_host/config_buildconfig.h.in @@ -0,0 +1,8 @@ +/* Options passed to configure script */ + +#ifndef CONFIG_BUILDCONFIG_H +#define CONFIG_BUILDCONFIG_H + +#define BUILDCONFIG "" + +#endif -- cgit