chiark / gitweb /
Fix several issues found by review
[elogind.git] / configure.ac
index 7bb67b71e4bc4bf8c8c6ee8e625c3b33b3207c9b..c0ad243d249a6aa0cad67764958913f7c877c222 100644 (file)
@@ -20,7 +20,7 @@
 AC_PREREQ([2.64])
 
 AC_INIT([elogind],
-        [234],
+        [234.4],
         [https://github.com/elogind/elogind/issues],
         [elogind],
         [https://github.com/elogind/elogind])
@@ -768,7 +768,7 @@ AX_NORMALIZE_PATH([with_rootlibdir])
 AC_ARG_WITH([rootlibexecdir],
         AS_HELP_STRING([--with-rootlibexecdir=DIR], [Root directory for executables necessary for boot]),
         [],
-        [with_rootlibexecdir=${libdir}/libexec])
+        [with_rootlibexecdir=${with_rootprefix}/lib/elogind])
 AX_NORMALIZE_PATH([with_rootlibexecdir])
 
 AC_ARG_WITH([pamlibdir],