chiark / gitweb /
fix naming for tape nst devices in /dev/tape/by-path/
[elogind.git] / configure.ac
index e9519a78f0f3c4b773a947b0a04f777fd0b4b886..5e7adb938c3e5d4a31db5a89a1a13db4f2831e08 100644 (file)
@@ -1,5 +1,5 @@
 AC_INIT([udev],
-       [136],
+       [137],
        [linux-hotplug@vger.kernel.org])
 AC_PREREQ(2.60)
 AC_CONFIG_SRCDIR([udev/udevd.c])
@@ -9,9 +9,13 @@ AC_DISABLE_STATIC
 AC_SYS_LARGEFILE
 AC_PROG_LIBTOOL
 
+dnl /* prefix is /usr, exec_prefix is /, if overridden exec_prefix follows prefix */
+AC_PREFIX_DEFAULT([/usr])
+test "$prefix" = NONE && test "$exec_prefix" = NONE && exec_prefix=
+
 dnl /* libudev version */
 LIBUDEV_LT_CURRENT=0
-LIBUDEV_LT_REVISION=6
+LIBUDEV_LT_REVISION=7
 LIBUDEV_LT_AGE=0
 AC_SUBST(LIBUDEV_LT_CURRENT)
 AC_SUBST(LIBUDEV_LT_REVISION)