Skip to content

Commit ff78ddc

Browse files
author
H. Peter Anvin
committed
autogen.sh: remove configure~
Remove configure~ backup file; we have no use for it. Signed-off-by: H. Peter Anvin <[email protected]>
1 parent 25f701e commit ff78ddc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

autogen.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ rm -rf autoconf/*m4.old
6868
chmod +x autoconf/clean.sh
6969
sh autoconf/clean.sh
7070

71+
rm -f configure~ || true
72+
7173
# Try to regenerate unconfig.h if Perl is available and unconfig.pl
7274
# is present in the autoconf directory.
7375
if [ -n "$(which perl)" -a -f autoconf/unconfig.pl ]; then

0 commit comments

Comments
 (0)