[nasm:nasm-2.16.xx] autogen.sh: remove configure~

nasm-bot for H. Peter Anvin hpa at zytor.com
Fri Apr 12 14:51:06 PDT 2024


Commit-ID:  ff78ddc6afe28971ef58511c0e82c4884c780995
Gitweb:     http://repo.or.cz/w/nasm.git?a=commitdiff;h=ff78ddc6afe28971ef58511c0e82c4884c780995
Author:     H. Peter Anvin <hpa at zytor.com>
AuthorDate: Fri, 12 Apr 2024 14:20:59 -0700
Committer:  H. Peter Anvin <hpa at zytor.com>
CommitDate: Fri, 12 Apr 2024 14:20:59 -0700

autogen.sh: remove configure~

Remove configure~ backup file; we have no use for it.

Signed-off-by: H. Peter Anvin <hpa at zytor.com>


---
 autogen.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/autogen.sh b/autogen.sh
index 4ed675d8..4260471c 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -68,6 +68,8 @@ rm -rf autoconf/*m4.old
 chmod +x autoconf/clean.sh
 sh autoconf/clean.sh
 
+rm -f configure~ || true
+
 # Try to regenerate unconfig.h if Perl is available and unconfig.pl
 # is present in the autoconf directory.
 if [ -n "$(which perl)" -a -f autoconf/unconfig.pl ]; then


More information about the Nasm-commits mailing list