autogen.sh: use exec instead of waiting for configure to finish

Syncs the invocation of configure with the one from the server.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
Peter Hutterer
2017-01-24 10:32:07 +10:00
parent 33a98f2b53
commit 75b9a15b51

View File

@@ -13,5 +13,5 @@ git config --local --get format.subjectPrefix ||
git config --local format.subjectPrefix "PATCH libXfont" git config --local format.subjectPrefix "PATCH libXfont"
if test -z "$NOCONFIGURE"; then if test -z "$NOCONFIGURE"; then
$srcdir/configure "$@" exec $srcdir/configure "$@"
fi fi