chiark / gitweb /
configure.ac: version bump
[elogind.git] / configure.ac
index 0edc2939656fba019514b9ede0e03e9321d23ae7..d4fb4e19a0eb8255431628f50e794cad95581845 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([udev], [14], [linux-hotplug@vger.kernel.org])
+AC_INIT([udev], [146], [linux-hotplug@vger.kernel.org])
 AC_PREREQ(2.60)
 AM_INIT_AUTOMAKE([check-news foreign 1.9 dist-bzip2])
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
@@ -15,7 +15,7 @@ AC_PATH_PROG([XSLTPROC], [xsltproc])
 AC_ARG_WITH([rootlibdir],
        AS_HELP_STRING([--with-rootlibdir=DIR], [rootfs directory to install shared libraries]),
        [], [with_rootlibdir=$libdir])
-AC_SUBST([rootlibdir], [$with_rootlibdir])
+AC_SUBST([rootlib_execdir], [$with_rootlibdir])
 
 AC_ARG_WITH([selinux],
        AS_HELP_STRING([--with-selinux], [enable SELinux support]),
@@ -142,7 +142,7 @@ AC_MSG_RESULT([
        sysconfdir:             ${sysconfdir}
        sbindir:                ${sbindir}
        libdir:                 ${libdir}
-       rootlibdir:             ${rootlibdir}
+       rootlibdir:             ${rootlib_execdir}
        libexecdir:             ${libexecdir}
 
        datarootdir:            ${datarootdir}