summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
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
2011-02-15v4l_id: Drop videodev.h check againMartin Pitt
It only uses v4l2 now.
2011-02-15Merge branch 'master' of git+ssh://master.kernel.org/pub/scm/linux/hotplug/udevKay Sievers
2011-02-15Fix building with --disable-extrasMartin Pitt
We always need to define automake conditionals, otherwise configure fails with --disable-extras.
2011-02-15Only build v4l_id if V4L1 header file is availableMartin Pitt
2011-02-10version bumpKay Sievers
2010-12-16version bumpKay Sievers
2010-12-15libudev: record and export "age" of device recordKay Sievers
2010-10-23version bumpKay Sievers
2010-10-13version bumpKay Sievers
2010-09-07Bump required GLib version to 2.22David Zeuthen
This is needed for g_main_context_get_thread_default(). Signed-off-by: David Zeuthen <davidz@redhat.com>
2010-09-03version bumpKay Sievers