chiark / gitweb /
autogen.sh: simplify
[elogind.git] / configure.ac
index dd6161738aab53fc1bff14861dfbf2659d5592eb..0df0f60f129c2f2c8e5b377a8a43d19406739972 100644 (file)
@@ -15,14 +15,6 @@ dnl /* prefix is /usr, exec_prefix is /, if overridden exec_prefix follows prefi
 AC_PREFIX_DEFAULT([/usr])
 test "$prefix" = NONE && test "$exec_prefix" = NONE && exec_prefix=
 
-dnl /* libudev version */
-LIBUDEV_LT_CURRENT=4
-LIBUDEV_LT_REVISION=0
-LIBUDEV_LT_AGE=4
-AC_SUBST(LIBUDEV_LT_CURRENT)
-AC_SUBST(LIBUDEV_LT_REVISION)
-AC_SUBST(LIBUDEV_LT_AGE)
-
 AC_PATH_PROG([XSLTPROC], [xsltproc])
 
 AC_ARG_WITH(udev-prefix,