2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-28 12:37:55 +00:00

[#3550] AC_PROG_LN_S and ChangeLog entry

This commit is contained in:
Andrei Pavel 2024-08-26 16:36:50 +03:00
parent 4ed3659745
commit f5d04e6be6
No known key found for this signature in database
GPG Key ID: D4E804481939CB21
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,6 @@
2277. [build] andrei
"libca_rbac.so" is now a symbolic link to "libdhcp_rbac.so".
2276. [build] razvan 2276. [build] razvan
The library version numbers have been bumped up for the Kea 2.7.2 The library version numbers have been bumped up for the Kea 2.7.2
development release. development release.

View File

@ -42,6 +42,9 @@ AC_PROG_CXX
# Check for preprocessors. # Check for preprocessors.
AC_PROG_CXXCPP AC_PROG_CXXCPP
# Check for ln -s.
AC_PROG_LN_S
# Check for exact Kea version. # Check for exact Kea version.
AC_MSG_CHECKING(whether this is a tarball or git source or package preparation) AC_MSG_CHECKING(whether this is a tarball or git source or package preparation)
# KEA_PKG_VERSION_IN_CONFIGURE and KEA_PKG_TYPE_IN_CONFIGURE names may be weird # KEA_PKG_VERSION_IN_CONFIGURE and KEA_PKG_TYPE_IN_CONFIGURE names may be weird