]> git.ipfire.org Git - thirdparty/lldpd.git/commit
build: ensure "make distcheck" work for any value of sysconfdir
authorVincent Bernat <vincent@bernat.im>
Sun, 13 Mar 2016 23:12:12 +0000 (00:12 +0100)
committerVincent Bernat <vincent@bernat.im>
Sun, 13 Mar 2016 23:12:12 +0000 (00:12 +0100)
commitc960236b8c93108d5c307d842283cc42fbb2794e
treef218faec4322e71a7221be35c1f6fcddb055f16b
parentc8b8b858bbba1e5e978fa2164eacf86fb28bd319
build: ensure "make distcheck" work for any value of sysconfdir

When using `--sysconfdir=/etc`, `make distcheck` was failing because it
did use `--prefix=...` to force a different installation path (and not
`DESTDIR`). During `make distcheck`, we force the use the original
value.
Makefile.am