chiark / gitweb /
add "nowatch" to disable a default installed watch with a later rule
[elogind.git] / configure.ac
index 849939c78e98004ab5628b13dd3a5923132816a3..f23c377df0e8a7e1ec39af412f6e2b6bed65e3f8 100644 (file)
@@ -1,5 +1,5 @@
 AC_INIT([udev],
-       [136],
+       [139],
        [linux-hotplug@vger.kernel.org])
 AC_PREREQ(2.60)
 AC_CONFIG_SRCDIR([udev/udevd.c])
@@ -9,13 +9,13 @@ AC_DISABLE_STATIC
 AC_SYS_LARGEFILE
 AC_PROG_LIBTOOL
 
-dnl /* prefix is /usr, exec_prefix in /, if overridden exec_prefix follows prefix */
+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=7
+LIBUDEV_LT_REVISION=9
 LIBUDEV_LT_AGE=0
 AC_SUBST(LIBUDEV_LT_CURRENT)
 AC_SUBST(LIBUDEV_LT_REVISION)
@@ -23,7 +23,7 @@ AC_SUBST(LIBUDEV_LT_AGE)
 
 dnl /* libvolume_id version */
 VOLID_LT_CURRENT=1
-VOLID_LT_REVISION=7
+VOLID_LT_REVISION=9
 VOLID_LT_AGE=0
 AC_SUBST(VOLID_LT_CURRENT)
 AC_SUBST(VOLID_LT_REVISION)