From b63db13e721c93a0abd9d705191ed0fe6859049d Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Fri, 18 Jan 2008 11:01:00 +0000 Subject: [PATCH] makedist fixup git-svn-id: file:///svn/unbound/trunk@879 be551aaa-1e26-0410-a405-d3ace91eadb9 --- doc/Changelog | 1 + makedist.sh | 2 ++ 2 files changed, 3 insertions(+) diff --git a/doc/Changelog b/doc/Changelog index 25b874a0b..02911a0f5 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -5,6 +5,7 @@ ip6 and once ip4, uses socket options. - goodbye ip4to6 mapping. - update ldns-testpkts with latest version from ldns-trunk. + - updated makedist for relative ldns pathnames. 17 January 2008: Wouter - fixup configure in case -lldns is installed. diff --git a/makedist.sh b/makedist.sh index 7878f28cd..394232c61 100755 --- a/makedist.sh +++ b/makedist.sh @@ -184,6 +184,7 @@ flex -i -t util/configlexer.lex >> util/configlexer.c || error_cleanup "Failed bison -y -d -o util/configparser.c util/configparser.y || error_cleanup "Failed to create configparser" # check shared code, ldns-testpkts from ldns examples, if possible. +cd ../.. if test ! -z "$LDNSDIR"; then if diff -q $LDNSDIR/examples/ldns-testpkts.c testcode/ldns-testpkts.c && diff -q $LDNSDIR/examples/ldns-testpkts.h testcode/ldns-testpkts.h; then @@ -192,6 +193,7 @@ if test ! -z "$LDNSDIR"; then error_cleanup "ldns-testpkts is different in ldns and unbound" fi fi +cd $temp_dir/unbound find . -name .c-mode-rc.el -exec rm {} \; find . -name .cvsignore -exec rm {} \; -- 2.47.2