diff --git a/autogen.sh b/autogen.sh index ac7fed65b..7fb3a1e7c 100755 --- a/autogen.sh +++ b/autogen.sh @@ -3,5 +3,5 @@ autoreconf --symlink --install -Wno-portability if [ -z "$NOCONFIGURE" ]; then - ./configure -C "$@" + exec ./configure -C "$@" fi