From: David Herrmann Date: Tue, 5 Nov 2013 06:58:24 +0000 (+0100) Subject: build: set AC_CONFIG_SRCDIR X-Git-Tag: libevdev-0.5~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0f4726c3e351e986ab04d37fb3156b34917fa108;p=platform%2Fupstream%2Flibevdev.git 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 Signed-off-by: David Herrmann Reviewed-by: Gaetan Nadon Signed-off-by: Peter Hutterer --- diff --git a/configure.ac b/configure.ac index 894e0a6..68a9466 100644 --- a/configure.ac +++ b/configure.ac @@ -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