summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2012-03-07move src/extras subdirectories to src/Kay Sievers
2012-03-07remove udev-aclKay Sievers
Udev-acl will be part of a future ConsoleKit release. On systemd systems, advanced ConsoleKit and udev-acl functionality are natively provided by systemd.
2012-02-12build-sys: add --disable-manpagesKay Sievers
2012-02-07release 181udev/v181Kay Sievers
2012-02-07builtin: kmod - depend on libkmod >= 5Lucas De Marchi
2012-01-30configure: show ROOTPREFIX in firmware path option help textKay Sievers
2012-01-29release 180udev/v180Kay Sievers
2012-01-25release 179udev/v179Kay Sievers
2012-01-21release 178udev/v178Kay Sievers
2012-01-12release 177udev/v177Kay Sievers
2012-01-11release 176udev/v176Kay Sievers
2012-01-10tabs are as useful as a hole in the headKay Sievers
2012-01-09build-sys: try to build without installed xsltprocKay Sievers
2012-01-06merge udev/, libudev/, systemd/ files in src/; move extras/ to src/Kay Sievers
2012-01-05require kmod >= 3Kay Sievers
2012-01-05build-sys: use use ${ac_default_prefix}Kay Sievers
2011-12-27builtin: move usb-db, pci-db to builtinsKay Sievers
2011-12-25make: introduce --with-rootprefix=Kay Sievers
2011-12-23builtin: kmod - link against libkmodKay Sievers
2011-12-23autogen.sh: moce CFLAGS from to configure.ac; print common ./configure optionsKay Sievers
2011-12-23builtin: kmod - switch modprobe to builtinKay Sievers
2011-12-23buildsys: disable tar.gzKay Sievers
2011-12-21prepare builtins for blkid and kmodKay Sievers
2011-12-21make: do not (mis-)use the config file generator, create .xz tarballKay Sievers
2011-12-14configure: fix typoKay Sievers
<mgorny> kay: btw you've got sbindir: ${bindir} <mgorny> in configure check result printing <mgorny> I think that's a typo <kay> oh
2011-12-05use libexecdir, bindir, sbindir, switch to /usr/lib/udev in documentationKay Sievers
2011-12-05rename 'init' directory to 'systemd'Kay Sievers
2011-11-07release 175udev/v175Kay Sievers
2011-11-04make: tweak some autofoo according to Flameeyes' recommendations for libabcKay Sievers
2011-11-02replace AC_DISABLE_STATIC with LT_INIT([disable-static])Kay Sievers
2011-10-19release 174udev/v174Kay Sievers
2011-07-30release 173Kay Sievers
2011-07-19configure: reorder optionsKay Sievers
2011-07-19configure: allow to disable mtd_probeAllin Cottrell
2011-07-14udev-acl: skip ACLs when systemd is running, disable by defaultKay Sievers
2011-07-11release 172Kay Sievers
2011-06-18delete mobile-action-modeswitch which has moved to usb_modeswitchKay Sievers
2011-06-10configure: add AC_CONFIG_AUX_DIR, AC_CONFIG_SRCDIRKay Sievers
2011-05-27release 171Kay Sievers
2011-05-23configure: allow usb.ids location to be specifiedScott James Remnant
We already allow the pci.ids location to be specified, so add a patch doing the same for usb.ids. Please don't make me explain why this is necessary, it will only make you cry. Signed-off-by: Scott James Remnant <scott@netsplit.com> Signed-off-by: Kay Sievers <kay.sievers@vrfy.org> Acked-by: Greg Kroah-Hartman <gregkh@suse.de>
2011-05-19release 170Kay Sievers
2011-05-19configure.ac: fixes for rule_generator and modeswitchMichal Soltys
2011-05-18release 169Kay Sievers
2011-05-10update INSTALL, NEWS, configure comment, queue docKay Sievers
2011-05-10configure: reintroduce introspection flags to fix crosscompilationKoen Kooi
2011-04-29delete hid2hci which moved to the bluez treeKay Sievers
2011-04-29configure: allow to enable/disable extras individuallyKay Sievers
- remove gobject introspection switch - disable hid2hci by default (moved to bluez) - disable action-modeswitch by default (will move to usb_modeswitch) - disable edd_id by default (problems with disk signatures) - disable legacy floppy by default (no more nasty device node hacks by default)
2011-03-30version bumpKay Sievers
2011-03-23systemd: bind udev control socket in systemd and split udev.serviceKay Sievers
We should bind the udev socket from systemd, so we are sure that the abstract namespace socket is always bound by a root process and there is never a window during an update where an untrusted process can steal our socket. Also split the udev.service file, so that the daemon can be updated/restarted without triggering any coldplug events.
2011-03-19fstab_import: remove from configureKay Sievers