mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2026-05-08 07:48:01 +02:00
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>
This commit is contained in:
parent
f3b7b85677
commit
b48e27b459
1 changed files with 1 additions and 1 deletions
|
|
@ -10,5 +10,5 @@ autoreconf -v --install || exit 1
|
|||
cd $ORIGDIR || exit $?
|
||||
|
||||
if test -z "$NOCONFIGURE"; then
|
||||
$srcdir/configure "$@"
|
||||
exec $srcdir/configure "$@"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue