]> git.ipfire.org Git - thirdparty/lldpd.git/commit
systemd: install service file using `systemdsystemunit_DATA`
authorVincent Bernat <bernat@luffy.cx>
Thu, 15 Aug 2013 09:08:39 +0000 (11:08 +0200)
committerVincent Bernat <bernat@luffy.cx>
Thu, 15 Aug 2013 10:15:03 +0000 (12:15 +0200)
commit4dfe31fd72ad96fcb3154f20020e2cc4ec36ba95
treee0ae4cb7803e7786b3b94114d93d16936336876a
parentbdc954b77ada430ca4897c4adc1b25e2103a4450
systemd: install service file using `systemdsystemunit_DATA`

When there is an autoconf variable `somethingdir`, we can use
`something_DATA` in automake to install things to this directory. This
is more convenient than using local targets We still have to protect
the use of those variables with conditional macros since they can be
empty or set to no. There is also a drawback about distcheck trying to
set prefix and not expecting things to be installed outside of prefix.

Do the same thing for OS X launchd daemon configuration file.
Makefile.am
configure.ac
debian/rules
m4/args.m4
osx/Makefile.am
src/daemon/Makefile.am