+18 August 2011: Wouter
+ - fix autoconf call in makedist crosscompile to RC or snapshot.
+
17 August 2011: Wouter
- Fix validation of . DS query.
- new xml format at IANA, new awk for iana_update.
replace_text "configure.ac" "AC_INIT(unbound, $version" "AC_INIT(unbound, $version2"
version="$version2"
info "Rebuilding configure script (autoconf) snapshot."
- autoconf || autoheader || error_cleanup "Autoconf failed."
+ autoconf || error_cleanup "Autoconf failed."
+ autoheader || error_cleanup "Autoheader failed."
rm -r autom4te* || echo "ignored"
fi