aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2009-06-16 14:18:16 +0200
committerKay Sievers <kay.sievers@vrfy.org>2009-06-16 14:18:16 +0200
commit1b98ae83be69f805f8197caa42a304e851dd7f95 (patch)
tree9e808149c3b855098bd18c1e2d35a4bed1136924 /configure.ac
parentaebaa8a66f61372f33c9442cdbe4bd9df96e3d29 (diff)
downloadudev-1b98ae83be69f805f8197caa42a304e851dd7f95.tar.gz
libudev: move .so version to libudev Makefile
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 0 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac
index dd616173..0df0f60f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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,