makedist fixup

git-svn-id: file:///svn/unbound/trunk@879 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2008-01-18 11:01:00 +00:00
parent 6ee18c6824
commit b63db13e72
2 changed files with 3 additions and 0 deletions

View file

@ -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.

View file

@ -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 {} \;