diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2009-06-16 14:18:16 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2009-06-16 14:18:16 +0200 |
commit | 1b98ae83be69f805f8197caa42a304e851dd7f95 (patch) | |
tree | 9e808149c3b855098bd18c1e2d35a4bed1136924 /configure.ac | |
parent | aebaa8a66f61372f33c9442cdbe4bd9df96e3d29 (diff) |
libudev: move .so version to libudev Makefile
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac index dd6161738a..0df0f60f12 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, |