From 4dc8966343184d3686b280f1284ad72be876311e Mon Sep 17 00:00:00 2001 From: mintsuki Date: Tue, 14 Nov 2023 12:16:46 +0100 Subject: [PATCH] build: Create build-aux dir in bootstrap --- bootstrap | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bootstrap b/bootstrap index 3ceb8b52..a09f2eda 100755 --- a/bootstrap +++ b/bootstrap @@ -29,7 +29,10 @@ fi autoreconf -fvi -Wall AUTOMAKE_LIBDIR="$(automake --print-libdir)" + cp "${AUTOMAKE_LIBDIR}/INSTALL" ./ + +mkdir -p build-aux eval "$(grep 'ac_aux_files="' configure)" for f in $ac_aux_files; do cp "${AUTOMAKE_LIBDIR}/$f" ./build-aux/