summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2016-03-17Release version 219.14.elogind/masterAndy Wingo
2016-03-06v219.13Andy Wingo
2016-03-06Fix check for libcap to re-set LIBS; add -lrt for mq_unlinkAndy Wingo
2015-09-01v219.12elogind/v219.12Andy Wingo
2015-09-01Stop sessions on ReleaseSessionelogind/v219.11Andy Wingo
2015-09-01Fix the login monitorAndy Wingo
* src/login/logind.c (main): Create /run/systemd/machines, so that the login monitor works. * configure.ac: v219.10.
2015-09-01v219.9elogind/v219.9Andy Wingo
2015-08-29v219.8Andy Wingo
2015-08-26v219.7elogind/v219.7Andy Wingo
2015-08-26Add --with-libcap optionAndy Wingo
* configure.ac: Add --with-libcap option. * Makefile.am (libelogind_shared_la_LDFLAGS): Add CAP_LDFLAGS.
2015-08-23v219.6elogind/v219.6Andy Wingo
2015-08-23Handle suspend/hibernate/hybrid-suspend/shutdown/reboot directlyAndy Wingo
* configure.ac: Get paths of halt and reboot. * Makefile.am (systemsleepdir, systemshutdowndir): New variables. Look in them for hooks to run. * src/login/logind-action.c: Inline the salient bits from systemd's system-sleep.c here. * src/login/logind-dbus.c (execute_shutdown_or_sleep): Call our own shutdown_or_sleep helper instead of invoking a systemd method. * src/login/logind.h: Declare shutdown_or_sleep.
2015-08-20Actually working with pamelogind/v219.5Andy Wingo
* src/login/logind-user.c (user_start): Don't start slices and systemd-user services. * src/login/logind-dbus.c (method_create_session): Send a reply directly instead of waiting on systemd that isn't there. * configure.ac: Bump version.
2015-08-20Create /run/systemd as neededelogind/v219.3Andy Wingo
* src/login/logind.c (main): Also create /run/systemd at startup. * configure.ac: Bump to 219.3.
2015-08-19Play better with non-FHS distroselogind/v219.2Andy Wingo
* Makefile.am: Remove rootprefix, rootbindir, and rootlibexecdir. udevrulesdir is substed from configure.ac. Adapt distcheck. * autogen.sh: Make more normal. * configure.ac: Add --with-udevrulesdir. Remove --with-rootprefix. Detect bin dir for udev.
2015-08-18v219.1elogind/v219.1Andy Wingo
* configure.ac: Bump version.
2015-08-18Fix distcheckelogind/v219.0Andy Wingo
2015-08-16configure.ac actually defines OUR_CFLAGSAndy Wingo
* configure.ac (OUR_CFLAGS): Actually define. This was preventing test executables from linking as they weren't getting the -fPIE flag.
2015-04-20Disable -fltoAndy Wingo
With binutils 2.25, the following error occurred: /tmp/ccx3cAlA.ltrans10.ltrans.o: In function `bus_error_name_to_errno.5271': /home/wingo/src/elogind/src/libelogind/sd-bus/bus-error.c:113: undefined reference to `__stop_BUS_ERROR_MAP' /home/wingo/src/elogind/src/libelogind/sd-bus/bus-error.c:113: undefined reference to `__start_BUS_ERROR_MAP' collect2: error: ld returned 1 exit status
2015-04-19Remove more vestigial configureac printoutsAndy Wingo
2015-04-19Remove some vestigial Python thingsAndy Wingo
2015-04-19Remove certificate root checksAndy Wingo
2015-04-19Remove qemu bios checksAndy Wingo
2015-04-19Remove DKR index dir checksAndy Wingo
2015-04-19Remove TTY_GID checksAndy Wingo
2015-04-19Remove ldconfig supportAndy Wingo
2015-04-19Remove hibernate checksAndy Wingo
2015-04-19Remove hwdb checkAndy Wingo
2015-04-19Remove gudev checkAndy Wingo
2015-04-19Remove myhostname checks/supportAndy Wingo
2015-04-19Remove telinit checksAndy Wingo
2015-04-19Remove loadkeys/setfont checksAndy Wingo
2015-04-19Remove rc.local checksAndy Wingo
2015-04-19Remove resolved check and default DNS serversAndy Wingo
2015-04-19Remove coredump checkAndy Wingo
2015-04-19Remove gnuefi supportAndy Wingo
2015-04-19Remove EFI supportAndy Wingo
2015-04-19Remove networkd checksAndy Wingo
2015-04-19Remove localed checkAndy Wingo
2015-04-19Remove timesyncd check, along with NTP server and epoch checksAndy Wingo
2015-04-19Remove machined, importd, hostnamed, timedated checksAndy Wingo
2015-04-19logind will always be builtAndy Wingo
2015-04-19Remove rfkill checkAndy Wingo
2015-04-19Remove backlight checkAndy Wingo
2015-04-19Remove randomseed checkAndy Wingo
2015-04-19Remove firstboot checkAndy Wingo
2015-04-19Remove sysusers checkAndy Wingo
2015-04-19Remove tmpfiles checkAndy Wingo
2015-04-19Remove bootchart checkAndy Wingo
2015-04-19Remove vconsole checkAndy Wingo