]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix to remove configure~ from release tarballs.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 19 Sep 2025 07:46:34 +0000 (09:46 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 19 Sep 2025 07:46:34 +0000 (09:46 +0200)
doc/Changelog
makedist.sh

index ce8879ee07749211afe8d5ab27b821cfe88ffbd4..6b4ad6662a60d31200ff60924341d83ef5ce6776 100644 (file)
@@ -1,3 +1,6 @@
+19 September 2025: Wouter
+       - Fix to remove configure~ from release tarballs.
+
 18 September 2025: Wouter
        - Tag for 1.24.0 release. Includes the fixes below after rc1.
          The repository continues with version 1.24.1.
index b6b593431f299fe21b2fb2f406ee8c660445d127..008e2ce4ca5de13c928f3b82207682e846e7a233 100755 (executable)
@@ -440,6 +440,7 @@ if [ "$DOWIN" = "yes" ]; then
        autoheader -f || error_cleanup "Autoheader failed."
        rm -r autom4te* || echo "ignored"
        rm -f config.h.in~ || echo "ignore absence of config.h.in~ file."
+       rm -f configure~ || echo "ignore absence of configure~ file."
     fi
 
     if test "`uname`" = "Linux"; then 
@@ -621,6 +622,7 @@ 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."
+rm -f configure~ || echo "ignore absence of configure~ file."
 
 info "Building lexer and parser."
 echo "#include \"config.h\"" > util/configlexer.c || error_cleanup "Failed to create configlexer"
@@ -666,6 +668,7 @@ if [ "$RECONFIGURE" = "yes" ]; then
     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."
+    rm -f configure~ || echo "ignore absence of configure~ file."
 fi
 
 replace_all doc/README