From b1e05bb8549fb7ed9e9c338c76b108fcf80eb92d Mon Sep 17 00:00:00 2001 From: mintsuki Date: Sun, 11 Feb 2024 06:41:05 +0100 Subject: [PATCH] build: bootstrap: Remove build-aux directory before autoreconf --- bootstrap | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bootstrap b/bootstrap index c621b77c..7b21e856 100755 --- a/bootstrap +++ b/bootstrap @@ -61,6 +61,8 @@ if ! [ -f version ]; then rm -f common/lib/stb_image.h.orig fi +rm -rf build-aux + autoreconf -fvi -Wall # Older versions of autoreconf have a bug where they do not