]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Fix autoconf for makedist crosscompile RC or snapshot.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 18 Aug 2011 16:01:42 +0000 (16:01 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 18 Aug 2011 16:01:42 +0000 (16:01 +0000)
git-svn-id: file:///svn/unbound/trunk@2476 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
makedist.sh

index 0a61362fa10752005895d9126802c287d05af7de..2cfd137fb9ed2e880143573b9cda4da3b6260ab8 100644 (file)
@@ -1,3 +1,6 @@
+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.
index b5e6abd887377fa90038dc54085380b5c828cb32..c2e2f82cae4a4b12f5bbcb1d60f1642147ec11b3 100755 (executable)
@@ -280,7 +280,8 @@ if [ "$DOWIN" = "yes" ]; then
        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