From: Wouter Wijngaards Date: Fri, 26 May 2017 10:47:18 +0000 (+0000) Subject: - exec_prefix is by default equal to prefix. X-Git-Tag: release-1.6.4rc1~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3304a4f6222652a73f9301a873ddf25f376d0c67;p=thirdparty%2Funbound.git - exec_prefix is by default equal to prefix. git-svn-id: file:///svn/unbound/trunk@4192 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/configure b/configure index fae03df82..16297e06f 100755 --- a/configure +++ b/configure @@ -4116,7 +4116,7 @@ case "$prefix" in esac case "$exec_prefix" in NONE) - exec_prefix="/usr/local" + exec_prefix="$prefix" ;; esac diff --git a/configure.ac b/configure.ac index d48c32666..059243c3d 100644 --- a/configure.ac +++ b/configure.ac @@ -111,7 +111,7 @@ case "$prefix" in esac case "$exec_prefix" in NONE) - exec_prefix="/usr/local" + exec_prefix="$prefix" ;; esac diff --git a/doc/Changelog b/doc/Changelog index 24f874dbb..082e2b7f0 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,6 +1,7 @@ 26 May 2017: Wouter - Fix #1270: unitauth.c doesn't compile with higher warning level and optimization + - exec_prefix is by default equal to prefix. 24 May 2017: Wouter - authzone cname chain, no rrset duplicates, wildcard doesn't change