From 53d03d644e105595a390d8923e512e2322eb880f Mon Sep 17 00:00:00 2001 From: Samuli Suominen Date: Tue, 20 Mar 2012 08:10:27 +0100 Subject: build-sys: missing AC_SUBST for UDEVDIR Without this the UDEVDIR never gets substituted and the rules file is installed to root filesystem /rules.d/ as opposed to /lib/udev/rules.d/ --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 7351109..7a3b33f 100644 --- a/configure.ac +++ b/configure.ac @@ -216,6 +216,7 @@ AS_IF([test "x$enable_udev_acl" = "xyes"], [ if test -z "$UDEVDIR" ; then UDEVDIR="/lib/udev" fi + AC_SUBST(UDEVDIR) ]) AM_CONDITIONAL([ENABLE_UDEV_ACL], [test "x$enable_udev_acl" = "xyes"]) -- cgit v1.2.3