X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=configure.ac;h=cbe2833f22233233491f9264a259e5bdff76c010;hb=7a87d34f8ab8572e3ff622b2785fb5fe2af2e07a;hp=022c4cb011578110db31f0c6f660c576e2fc678e;hpb=a5d8cffad9020247c9ba81a9e0a9b9cee5c4a4d5;p=elogind.git diff --git a/configure.ac b/configure.ac index 022c4cb01..cbe2833f2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,31 +1,30 @@ AC_INIT([udev], - [140], + [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=0 -LIBUDEV_LT_REVISION=10 -LIBUDEV_LT_AGE=0 +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) dnl /* libvolume_id version */ -VOLID_LT_CURRENT=1 -VOLID_LT_REVISION=10 -VOLID_LT_AGE=0 +VOLID_LT_CURRENT=2 +VOLID_LT_REVISION=0 +VOLID_LT_AGE=1 AC_SUBST(VOLID_LT_CURRENT) AC_SUBST(VOLID_LT_REVISION) AC_SUBST(VOLID_LT_AGE)