diff options
author | Andrei Pavel <andrei@isc.org> | 2024-03-22 10:45:06 +0100 |
---|---|---|
committer | Andrei Pavel <andrei@isc.org> | 2024-04-24 14:23:48 +0200 |
commit | 11d636c0748fe1267662967a9680bf0c6c42a06f (patch) | |
tree | 3683196fb0af2f50f808eefb46ca56db68db4045 /configure.ac | |
parent | [#3314] Addressed review comment (diff) | |
download | kea-11d636c0748fe1267662967a9680bf0c6c42a06f.tar.xz kea-11d636c0748fe1267662967a9680bf0c6c42a06f.zip |
[#3254] show premium source in config report
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 3 insertions, 2 deletions
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 |