diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2009-04-14 21:02:39 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2009-04-14 21:02:39 +0200 |
commit | 9b144b88577e944659aa915cb27ff09af40223d2 (patch) | |
tree | 955158088921d5004e9c3e99848c841f6c4dc24e /configure.ac | |
parent | dbf4ba73c2c81ca4baa8327dda80569754935d3a (diff) |
version bump
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 3fd51ce36e..3aa6e7c7af 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]) |