X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=configure.ac;h=f61186425837f8b367425d1acf615c4b2e821f96;hb=c7dff03e057a7548bc2f2adbd5d2798d209b56e6;hp=001f338d140c0ef3d7cd846fe7e04b5c93ef2961;hpb=f454f6708a1ca439dbe9abd6b9fb660423a71d14;p=elogind.git diff --git a/configure.ac b/configure.ac index 001f338d1..f61186425 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=1 -LIBUDEV_LT_AGE=1 +LIBUDEV_LT_CURRENT=3 +LIBUDEV_LT_REVISION=0 +LIBUDEV_LT_AGE=3 AC_SUBST(LIBUDEV_LT_CURRENT) AC_SUBST(LIBUDEV_LT_REVISION) AC_SUBST(LIBUDEV_LT_AGE)