aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2008-07-30 01:45:23 +0200
committerKay Sievers <kay.sievers@vrfy.org>2008-07-30 01:45:23 +0200
commit01618658fd82dbc5e6315b639f00e87c6fee3c54 (patch)
treedf8e628d04a81186d6d431fd3b1fa50a3d34987a /NEWS
parent726687ad48bdececed1e7e44387c50e009e28208 (diff)
downloadudev-01618658fd82dbc5e6315b639f00e87c6fee3c54.tar.gz
use autotools
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS24
1 files changed, 24 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index fea7db0d..767a9b75 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+udev 126
+========
+We use ./configure now. See INSTALL for details. Current
+options are:
+ --prefix=
+ "/usr" - prefix for man pages, include files
+ --exec-prefix=
+ "" - the root filesystem, prefix for libs and binaries
+ --sysconfdir=
+ "/etc"
+ --with-libdir-name=
+ "lib" - directory name for libraries, not a path name
+ multilib 64bit systems may use "lib64" instead of "lib"
+ --enable-debug
+ compile-in verbose debug messages
+ --disable-logging
+ disable all logging and compile-out all log strings
+ --enable-selinux
+ link against SELInux libraries to set the expected context
+ for created files
+
+No symlinks to udevadm are installed anymore, if still neded, the
+package should create them.
+
udev 125
========
Bugfixes.