···1---- configure.ac 2016-05-27 14:00:25.248388226 +0200
2-+++ configure.ac 2016-05-27 14:01:28.228943416 +0200
3-@@ -214,7 +214,8 @@ AM_CONDITIONAL(BUILD_DOCS, [test "x$buil
4- # Used by the udev rules so we can use callouts during testing without
5- # installing everything first. Default is the empty string so the installed
6- # rule will use udev's default path. Override is in udev/Makefile.am
7--AC_SUBST(UDEV_TEST_PATH, "")
8-+UDEV_TEST_PATH="${UDEV_DIR}/"
9-+AC_SUBST(UDEV_TEST_PATH)
10- AC_PATH_PROG(SED, [sed])
1112- AC_CONFIG_FILES([Makefile
00000