X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=configure.ac;h=c0ad243d249a6aa0cad67764958913f7c877c222;hb=76cc80f42e53215b9039ca99dd35687c7518880a;hp=ab111b0189bf770ba8867bdd164d14f5d0d909a5;hpb=240b12d5b8e6429dad5b2b854c3a30de9cdd85f5;p=elogind.git diff --git a/configure.ac b/configure.ac index ab111b018..c0ad243d2 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ AC_PREREQ([2.64]) AC_INIT([elogind], - [234.2], + [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],