aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2009-04-14 21:02:39 +0200
committerKay Sievers <kay.sievers@vrfy.org>2009-04-14 21:02:39 +0200
commit9b144b88577e944659aa915cb27ff09af40223d2 (patch)
tree955158088921d5004e9c3e99848c841f6c4dc24e /configure.ac
parentdbf4ba73c2c81ca4baa8327dda80569754935d3a (diff)
downloadudev-9b144b88577e944659aa915cb27ff09af40223d2.tar.gz
version bump
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 3fd51ce3..3aa6e7c7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,14 +1,13 @@
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])