autogen.sh: exec the configure script

No point in waiting for it here, might as well pass the baton.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2017-01-26 14:31:19 +10:00
parent 2ec596c265
commit 6ef816b4f5

View file

@ -10,4 +10,4 @@ test -n "$srcdir" || srcdir=.
git config --local --get format.subjectPrefix >/dev/null 2>&1 ||
git config --local format.subjectPrefix "PATCH libinput"
test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"
test -n "$NOCONFIGURE" || exec "$srcdir/configure" "$@"