From f5d04e6be6ac10e88935a53409de43b8dc8bf4ce Mon Sep 17 00:00:00 2001 From: Andrei Pavel Date: Mon, 26 Aug 2024 16:36:50 +0300 Subject: [PATCH] [#3550] AC_PROG_LN_S and ChangeLog entry --- ChangeLog | 3 +++ configure.ac | 3 +++ 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 78d467e775..e09e5345dd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2277. [build] andrei + "libca_rbac.so" is now a symbolic link to "libdhcp_rbac.so". + 2276. [build] razvan The library version numbers have been bumped up for the Kea 2.7.2 development release. diff --git a/configure.ac b/configure.ac index a2a20d5da9..14440fd97e 100644 --- a/configure.ac +++ b/configure.ac @@ -42,6 +42,9 @@ AC_PROG_CXX # Check for preprocessors. AC_PROG_CXXCPP +# Check for ln -s. +AC_PROG_LN_S + # Check for exact Kea version. 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