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