Commit 303f902c authored by Peter Hutterer's avatar Peter Hutterer
Browse files

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: default avatarPeter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: default avatarEmil Velikov <emil.velikov@collabora.com>
parent f6273195
......@@ -10,5 +10,5 @@ autoreconf -v --install || exit 1
cd $ORIGDIR || exit $?
if test -z "$NOCONFIGURE"; then
$srcdir/configure "$@"
exec $srcdir/configure "$@"
fi
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment