libvirt/m4
Michal Privoznik 7c8250d765 wireshark: Install to generic plugin directory
There has been a report on the list [1] that we are not
installing the wireshark dissector into the correct plugin
directory. And in fact we are not. The problem is, the plugin
directory path is constructed at compile time. However, it's
dependent on the wireshark version, e.g.

  /usr/lib/wireshark/plugins/1.12.6

This is rather unfortunate, because if libvirt RPMs were built
with one version, but installed on a system with newer one, the
plugins are not really loaded. This problem lead fedora packagers
to unify plugin path to:

  /usr/lib/wireshark/plugins/

Cool! But this was enabled just in wireshark-1.12.6-4. Therefore,
we must require at least that version.

And while at it, on some distributions, the wireshark.pc file
already has a variable that defines where plugin dir is. Use that
if possible.

1: https://www.redhat.com/archives/libvirt-users/2015-October/msg00063.html

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
2015-10-29 13:55:06 +01:00
..
virt-apparmor.m4 build: avoid obsolete AC_HELP_STRING 2013-09-09 13:27:49 -06:00
virt-attr.m4
virt-audit.m4
virt-avahi.m4
virt-blkid.m4
virt-capng.m4
virt-compile-pie.m4 maint: extend PIE support check 2015-05-11 20:08:47 +03:00
virt-compile-warnings.m4 maint: update to latest gnulib 2015-05-26 10:53:12 -06:00
virt-curl.m4
virt-dbus.m4 build: fix build with older dbus headers 2014-11-20 06:41:53 -07:00
virt-driver-bhyve.m4 m4: bhyve: Fix check for the required bhyve programs 2014-06-09 09:40:25 +02:00
virt-driver-vz.m4 virt-driver-vz: Require parallels-7.0.22 at least 2015-07-13 19:46:10 +03:00
virt-fuse.m4
virt-gluster.m4 storage: initial support for linking with libgfapi 2013-11-25 11:02:52 -07:00
virt-hal.m4
virt-lib.m4 build: use --with-systemd-daemon as configure option 2014-02-26 05:59:22 -07:00
virt-linker-no-indirect.m4 Check for --no-copy-dt-needed linker flag 2013-08-22 16:17:36 +02:00
virt-linker-relro.m4
virt-netcf.m4
virt-numactl.m4 virnuma: Check for numa_bitmask_isbitset presence 2014-06-04 16:06:51 +02:00
virt-openwsman.m4
virt-pciaccess.m4
virt-pkgconfig-back-compat.m4
virt-readline.m4 build: add configure --without-readline 2013-10-07 08:39:47 -06:00
virt-result.m4
virt-sanlock.m4
virt-sasl.m4
virt-selinux.m4 maint: fix typo in previous patch 2014-05-28 20:01:57 -06:00
virt-ssh2.m4
virt-systemd-daemon.m4 virNetServerRun: Notify systemd that we're accepting clients 2014-02-24 10:54:48 +01:00
virt-udev.m4 avoid using deprecated udev logging functions 2014-12-15 18:08:45 +00:00
virt-wireshark.m4 wireshark: Install to generic plugin directory 2015-10-29 13:55:06 +01:00
virt-yajl.m4