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