:: commit dcd59daaca4f9c6efad6d6d03e8b0a4b7d591de7

mintsuki <mintsuki@protonmail.com> — 2022-06-15 00:34

parents: 8981575db6

build: Make bootstrap not call configure

diff --git a/bootstrap b/bootstrap
index 4b0a6762..8d5bd400 100755
--- a/bootstrap
+++ b/bootstrap
@@ -2,8 +2,6 @@
 
 set -ex
 
-origdir="$(pwd -P)"
-
 srcdir="$(dirname "$0")"
 test -z "$srcdir" && srcdir=.
 
@@ -18,9 +16,3 @@ mkdir -p build-aux
 cp "${automake_libdir}/install-sh" build-aux
 
 autoconf
-
-cd "$origdir"
-
-if test -z "$NOCONFIGURE"; then
-    exec "$srcdir"/configure "$@"
-fi
tab: 248 wrap: offon