mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2025-12-20 12:40:07 +01:00
autogen.sh: fix broken out-of-source tree building
The configure script is invoked from the build directory rather than from the source directory. Signed-off-by: Gaetan Nadon <memsize@videotron.ca> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
4f0f1ca68c
commit
4184c153ec
1 changed files with 1 additions and 1 deletions
|
|
@ -10,4 +10,4 @@ test -d m4 || mkdir m4
|
|||
autoreconf -fvi || exit $?
|
||||
|
||||
cd "$olddir"
|
||||
test -n "$NOCONFIGURE" || ./configure "$@"
|
||||
test -n "$NOCONFIGURE" || $srcdir/configure "$@"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue