mirror of
https://github.com/SwallowOS/xorg_lib_libxfont
synced 2025-11-09 01:26:38 +08: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> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user