From: Francis Dupont Date: Thu, 20 Jun 2019 15:34:12 +0000 (+0200) Subject: [682-keactrl-unable-to-kill-kea-processes] Added expansion of runstatdir when it... X-Git-Tag: Kea-1.6.0-beta2~212 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93d3a878a92d939d92fd6693dd790644ec425804;p=thirdparty%2Fkea.git [682-keactrl-unable-to-kill-kea-processes] Added expansion of runstatdir when it includes localstatedir --- diff --git a/configure.ac b/configure.ac index 4ccfdb500a..737bc64f6d 100644 --- a/configure.ac +++ b/configure.ac @@ -1536,6 +1536,11 @@ if test "x$runstatedir" = "x"; then runstatedir="$localstatedir/run" fi +# Expand runstatedir to remove ${localstatedir} from it +if (echo ${runstatedir} | grep -q localstatedir); then + runstatedir="$(eval echo ${runstatedir})" +fi + AC_CONFIG_FILES([Makefile compatcheck/Makefile doc/Makefile