autogen.sh: use exec for configure

No point in waiting around until it finishes

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2017-01-26 14:23:18 +10:00
parent a072277ba9
commit b13d67af9b

View file

@ -9,4 +9,4 @@ cd "$srcdir"
autoreconf -fvi || exit $?
cd "$olddir"
test -n "$NOCONFIGURE" || "$srcdir"/configure "$@"
test -n "$NOCONFIGURE" || exec "$srcdir"/configure "$@"