]> git.ipfire.org Git - thirdparty/libvirt.git/commit
wireshark: Use ${exec_prefix} instead of ${prefix}
authorAndrea Bolognani <abologna@redhat.com>
Wed, 26 Oct 2016 14:27:05 +0000 (16:27 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Mon, 7 Nov 2016 09:16:06 +0000 (10:16 +0100)
commit7b3b2540636cd15853a6c330e730c14ba5b61ca9
tree1b547daa28049a7815a18c57a7d59be591bcfa4b
parent054fd1a7d067d5d22fa94c7cff81b708383dbfa8
wireshark: Use ${exec_prefix} instead of ${prefix}

${exec_prefix} and ${prefix} point to the same directory in
most setups, but when that's not the case the former should
be used for architecture-dependent data such as shared objects,
which makes it the best fit for our Wireshark dissector.

While at it, change all uses of $(var) to ${var}: they are
absolutely identicaly as far as make's concerned, but autoconf
itself seems to prefer the latter form so we might as well
follow suit.
m4/virt-wireshark.m4