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/
