From: Andrei Pavel Date: Fri, 22 Mar 2024 09:45:06 +0000 (+0200) Subject: [#3254] show premium source in config report X-Git-Tag: Kea-2.5.8~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11d636c0748fe1267662967a9680bf0c6c42a06f;p=thirdparty%2Fkea.git [#3254] show premium source in config report --- 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