Revert "build: Use libtoolize to install missing files and update README"
This reverts commit c492ba117145d2b396d6bd376c416e8f6b76893f.
diff --git a/README.md b/README.md
index 02f21df5..3fdfac84 100644
--- a/README.md
+++ b/README.md
@@ -85,7 +85,7 @@ Host utility binaries are provided for Windows.
In order to build Limine, the following programs have to be installed:
common UNIX tools (also known as `coreutils`),
-`GNU make`, `pkg-config`, `grep`, `sed`, `find`, `awk`, `gzip`, `nasm`, `mtools`
+`GNU make`, `grep`, `sed`, `find`, `awk`, `gzip`, `nasm`, `mtools`
(optional, necessary to build `limine-uefi-cd.bin`).
Furthermore, `gcc` or `llvm/clang` must also be installed, alongside
the respective binutils.
@@ -96,7 +96,7 @@ If using a release tarball (recommended, see https://github.com/limine-bootloade
run `./configure` directly.
If checking out from the repository, run `./bootstrap` first in order to download the
-necessary dependencies and generate the configure script (`autoconf`, `automake`, and `libtool` required).
+necessary dependencies and generate the configure script (`GNU autoconf` and `GNU automake` required).
`./configure` takes arguments and environment variables; for more information on
these, run `./configure --help`.
diff --git a/bootstrap b/bootstrap
index 928c6d98..7cca6862 100755
--- a/bootstrap
+++ b/bootstrap
@@ -28,5 +28,7 @@ fi
AUTOMAKE_LIBDIR="$(automake --print-libdir)"
cp "${AUTOMAKE_LIBDIR}/INSTALL" ./
+mkdir -p build-aux
+cp "${AUTOMAKE_LIBDIR}/install-sh" build-aux/
-libtoolize -cfvi -Wall && autoreconf -fvi -Wall
+autoreconf -fvi -Wall
