X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=configure.ac;h=c0ad243d249a6aa0cad67764958913f7c877c222;hb=63242ba51a12af248d645bc9c65de156d20da060;hp=7bb67b71e4bc4bf8c8c6ee8e625c3b33b3207c9b;hpb=d3c0437914d1460f222eeac60ee177add8740b71;p=elogind.git diff --git a/configure.ac b/configure.ac index 7bb67b71e..c0ad243d2 100644 --- a/configure.ac +++ b/configure.ac @@ -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],