]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix #964: config.h.in~ backup file in release tar balls.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Mon, 27 Nov 2023 15:04:33 +0000 (16:04 +0100)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Mon, 27 Nov 2023 15:04:33 +0000 (16:04 +0100)
doc/Changelog
makedist.sh

index c424bd8320afe69ac0e7a2521e9982ba329f2e0d..1bde6ebbb1c1a44c89ab843f87c0b9b391031428 100644 (file)
@@ -1,3 +1,6 @@
+27 November 2023: Wouter
+       - Fix #964: config.h.in~ backup file in release tar balls.
+
 24 November 2023: Yorgos
        - Use 127.0.0.1 explicitly in tests to avoid delays and errors on
          newer systems.
index e9dd1c3b3f5927f7e0f5bb6c1e92af50d7cdbdfb..84f16d4ea7348e7ea43838b96d743844fc7850a9 100755 (executable)
@@ -361,6 +361,7 @@ if [ "$DOWIN" = "yes" ]; then
        autoconf -f || error_cleanup "Autoconf failed."
        autoheader -f || error_cleanup "Autoheader failed."
        rm -r autom4te* || echo "ignored"
+       rm -f config.h.in~ || echo "ignore absence of config.h.in~ file."
     fi
 
     if test "`uname`" = "Linux"; then 
@@ -514,6 +515,7 @@ info "Building configure script (autoreconf)."
 autoreconf -f || error_cleanup "Autoconf failed."
 
 rm -r autom4te* || error_cleanup "Failed to remove autoconf cache directory."
+rm -f config.h.in~ || echo "ignore absence of config.h.in~ file."
 
 info "Building lexer and parser."
 echo "#include \"config.h\"" > util/configlexer.c || error_cleanup "Failed to create configlexer"
@@ -558,6 +560,7 @@ if [ "$RECONFIGURE" = "yes" ]; then
     info "Rebuilding configure script (autoconf) snapshot."
     autoreconf -f || error_cleanup "Autoconf failed."
     rm -r autom4te* || error_cleanup "Failed to remove autoconf cache directory."
+    rm -f config.h.in~ || echo "ignore absence of config.h.in~ file."
 fi
 
 replace_all doc/README