configure alerts: be smarter regarding dbus and cover systemd.
authorGustavo Sverzut Barbieri <gustavo.barbieri@intel.com>
Mon, 10 Mar 2014 02:58:05 +0000 (23:58 -0300)
committerGustavo Sverzut Barbieri <gustavo.barbieri@intel.com>
Mon, 10 Mar 2014 03:09:13 +0000 (00:09 -0300)
commit6bd03923394c77d8b19c54bcb7fd31cd8a1303a0
tree278d7d25cc8a386a8d89972c7b9d5c718fc4b69d
parentc52da37d0b83cf2159704ccc7f0583df6fac7da6
configure alerts: be smarter regarding dbus and cover systemd.

Some people (I'm one of them) will do user-local builds of EFL and
don't want to install services in /usr, or provide links, rather
choosing to install in ~/.local/share/dbus-1. Then figure out this
case and do not show an alert when the setup is ready.

As we mention $XDG_DATA_DIRS in our alert, we should not do the alert
when the user follows its recommendation. This is now checked.

And handle systemd services if they are used.
configure.ac