]> git.ipfire.org Git - thirdparty/util-linux.git/commit
build-sys: consolidate systemd support
authorKarel Zak <kzak@redhat.com>
Wed, 9 Apr 2014 10:23:30 +0000 (12:23 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 9 Apr 2014 10:23:30 +0000 (12:23 +0200)
commitebff016a19b655ff8c087c3cbe42cb8061cc8f97
tree1eae1278c9711d79e53d90e966b961034c57f106
parent4856a7bc017170cad8191cd4486e0d052ae1e134
build-sys: consolidate systemd support

 * systemd (since v209) uses only one library (when compiled
   without --enable-compat-libs)

 * all systemd build-sys stuff is merged into HAVE_SYSTEMD
  (automake) and HAVE_LIBSYSTEMD (C macro) now

 * all is controlled by --with-systemd, default is to automatically
   check for systemd libs

 * no more --enable-socket-activation and --enable-journald

Signed-off-by: Karel Zak <kzak@redhat.com>
configure.ac
misc-utils/Makemodule.am
misc-utils/logger.c
misc-utils/uuidd.c
sys-utils/Makemodule.am