mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2025-12-26 04:00:06 +01:00
build: set AC_CONFIG_SRCDIR
This macro is used to verify that $srcdir is set correctly by testing for existance of the passed file. Shouldn't hurt setting it to catch wrong build setups. Cc: Gaetan Nadon <memsize@videotron.ca> Signed-off-by: David Herrmann <dh.herrmann@gmail.com> Reviewed-by: Gaetan Nadon <memsize@videotron.ca> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
2aa3d3f1b0
commit
0f4726c3e3
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ AC_INIT([libevdev],
|
|||
[libevdev],
|
||||
[])
|
||||
|
||||
AC_CONFIG_SRCDIR([libevdev/libevdev.c])
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
AC_USE_SYSTEM_EXTENSIONS
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue