[PATCH 1/3 all repositories] autogen.sh: use exec instead of waiting for configure to finish

Peter Hutterer peter.hutterer at who-t.net
Tue Jan 24 00:40:12 UTC 2017


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

Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
---
 autogen.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/autogen.sh b/autogen.sh
index fc34bd5..fd9c59a 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -10,5 +10,5 @@ autoreconf -v --install || exit 1
 cd $ORIGDIR || exit $?
 
 if test -z "$NOCONFIGURE"; then
-    $srcdir/configure "$@"
+    exec $srcdir/configure "$@"
 fi
-- 
2.9.3



More information about the xorg-devel mailing list