:: commit bb7dca3bc826d9e980b1d5a844f41eb3430614ce

mintsuki <mintsuki@protonmail.com> — 2023-11-19 13:33

parents: 1daa64a692

Revert "build: Create build-aux dir in bootstrap"

This reverts commit 9d769f849ec8eae4c0655b981c327502cfcbcfe1.
diff --git a/bootstrap b/bootstrap
index a09f2eda..3ceb8b52 100755
--- a/bootstrap
+++ b/bootstrap
@@ -29,10 +29,7 @@ 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/
tab: 248 wrap: offon