From 11d636c0748fe1267662967a9680bf0c6c42a06f Mon Sep 17 00:00:00 2001 From: Andrei Pavel Date: Fri, 22 Mar 2024 11:45:06 +0200 Subject: [#3254] show premium source in config report --- configure.ac | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index a1574b065b..7f90906791 100644 --- a/configure.ac +++ b/configure.ac @@ -60,8 +60,9 @@ else KEA_SRCID="tarball" AC_MSG_RESULT("tarball") fi + # Export KEA_SRCID to config.h -# This will be either "tarball" or "git abcd". +# This will be either package version or "tarball" or "git abcd". # We do not want to put this in a config.h, because it messes up ccache # horribly. When building different branches, the commit-id is different # and since the config.h is included in most files *and* has a different @@ -1863,7 +1864,7 @@ Package: END if test "$PREMIUM" != ""; then cat >> config.report << END - Premium hooks: yes + Premium hooks: ${PREMIUM} Included Hooks: ${INCLUDED_HOOKS} END else -- cgit v1.2.3