Skip to content
Snippets Groups Projects
Commit 6383d0f1 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 514ae7c5
No related branches found
No related tags found
No related merge requests found
......@@ -10,5 +10,5 @@ autoreconf -v --install || exit 1
cd $ORIGDIR || exit $?
if test -z "$NOCONFIGURE"; then
$srcdir/configure "$@"
exec $srcdir/configure "$@"
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment