mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 04:30:06 +01:00
autogen.sh: exec the configure script
No point in waiting for it here, might as well pass the baton. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
2ec596c265
commit
6ef816b4f5
1 changed files with 1 additions and 1 deletions
|
|
@ -10,4 +10,4 @@ test -n "$srcdir" || srcdir=.
|
|||
git config --local --get format.subjectPrefix >/dev/null 2>&1 ||
|
||||
git config --local format.subjectPrefix "PATCH libinput"
|
||||
|
||||
test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"
|
||||
test -n "$NOCONFIGURE" || exec "$srcdir/configure" "$@"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue