]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virt-wireshark.m4: Defer $(prefix) substitution
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 20 Oct 2016 02:25:13 +0000 (10:25 +0800)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 21 Oct 2016 01:27:33 +0000 (09:27 +0800)
commit35e45760eef46a164191560d33540d2d046c957c
tree96bcc6a6fcbc3743b898b81d1f34b9e35453827d
parentdc40dd605800c560dec6ec73b7bbd922666e5d73
virt-wireshark.m4: Defer $(prefix) substitution

The autoconf manual says we shouldn't be using this variable (and
some others) outside of Makefiles as it prevents users providing
their own prefix at the installation phase.

https://www.gnu.org/software/autoconf/manual/autoconf-2.69/html_node/Installation-Directory-Variables.html

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
m4/virt-wireshark.m4
tools/Makefile.am