mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2025-12-28 19:00:18 +01:00
autogen.sh: escape $srcdir before configure
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
1ec01b1310
commit
a072277ba9
1 changed files with 1 additions and 1 deletions
|
|
@ -9,4 +9,4 @@ cd "$srcdir"
|
|||
autoreconf -fvi || exit $?
|
||||
|
||||
cd "$olddir"
|
||||
test -n "$NOCONFIGURE" || $srcdir/configure "$@"
|
||||
test -n "$NOCONFIGURE" || "$srcdir"/configure "$@"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue