summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2012-11-24 23:47:06 -0500
committerAnthony G. Basile <blueness@gentoo.org>2012-11-24 23:47:06 -0500
commit73e31d7ae73c257ef9892bc5d330c1d570ba5366 (patch)
treeea82745b36b2c90a9aae1fe8400a4658cb98d560 /configure.ac
parent6cb86c3a330caedc323599cb11fbed4138958271 (diff)
Fix paths: test/udev-test.pl now works under sudo make distcheck
We move the test-udev.c and test-libudev.c from src/test to test. This corrects the a problem with hard coded relative paths finding the test/test/sys directory created by test/udev-test.pl. This commit draws heavily from nvinson patch in https://github.com/gentoo/eudev/pull/20 Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac30
1 files changed, 28 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 17b0325d10..6b9130f8b3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -348,12 +348,37 @@ AC_CONFIG_FILES([Makefile
src/libudev/libudev.pc
src/udev/Makefile
src/udev/udev.pc
- src/test/Makefile
test/Makefile])
-
AC_OUTPUT
+# ------------------------------------------------------------------------------
+
+AC_MSG_RESULT([
+ prefix: ${prefix}
+ exec_prefix: ${exec_prefix}
+ sysconf dir: ${sysconfdir}
+ datarootdir: ${datarootdir}
+ includedir: ${includedir}
+ libdir: ${libdir}
+
+ rootprefix: ${rootprefix}
+ rootlibdir: ${rootlibdir}
+ udevlibexecdir: ${udevlibexecdir}
+
+ udevconfdir: ${udevconfdir}
+ udevconffile: ${udevconffile}
+ udevhwdbdir: ${udevhwdbdir}
+ udevhwdbbin: ${udevhwdbbin}
+ udevkeymapdir: ${udevkeymapdir}
+ udevkeymapforceredir: ${udevkeymapforceredir}
+ udevrulesdir: ${udevrulesdir}
+
+ sharepkgconfigdir: ${sharepkgconfigdir}
+])
+
+# ------------------------------------------------------------------------------
+
dnl Set configured scripts executable
if test -f src/keymap/check-keymaps.sh; then
chmod +x src/keymap/check-keymaps.sh
@@ -362,3 +387,4 @@ fi
if test -f src/keymap/keyboard-force-release.sh; then
chmod +x src/keymap/keyboard-force-release.sh
fi
+