X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=configure.ac;h=cbe2833f22233233491f9264a259e5bdff76c010;hb=f907449eee3f58fafafee0658e80578b1dbb2722;hp=5e6213f951d2f5fb4eba44d6e6d1458586c084c8;hpb=b25d8cfa93c93fb2b98fdd747777294c787c6619;p=elogind.git diff --git a/configure.ac b/configure.ac index 5e6213f95..cbe2833f2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,23 +1,22 @@ AC_INIT([udev], - [141], + [142], [linux-hotplug@vger.kernel.org]) AC_PREREQ(2.60) -AC_CONFIG_SRCDIR([udev/udevd.c]) AM_INIT_AUTOMAKE([check-news foreign 1.9 dist-bzip2]) AC_DISABLE_STATIC AC_USE_SYSTEM_EXTENSIONS AC_SYS_LARGEFILE -AC_PROG_LIBTOOL AC_CONFIG_MACRO_DIR([m4]) +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=1 -LIBUDEV_LT_REVISION=0 -LIBUDEV_LT_AGE=1 +LIBUDEV_LT_CURRENT=2 +LIBUDEV_LT_REVISION=1 +LIBUDEV_LT_AGE=2 AC_SUBST(LIBUDEV_LT_CURRENT) AC_SUBST(LIBUDEV_LT_REVISION) AC_SUBST(LIBUDEV_LT_AGE)