Wireshark-commits: [Wireshark-commits] master f94eb27: Bring pkg.m4 in from pkgconfig version 0.28

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 19 Dec 2014 11:58:23 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f94eb278624b5e5ff357ec7f943a16fb7ef2e61b
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

f94eb27 by Stephen Fisher (sfisher@xxxxxxx):

    Bring pkg.m4 in from pkgconfig version 0.28 so we can use the
    PKG_PROG_PKG_CONFIG macro to try searching for pkg-config even when
    it isn't installed.  Without this (and without pkg-config installed)
    the configure script is broken.  With it, it gives a message saying
    pkg-config isn't found.
    
    Change-Id: I4c5af4cedd8c1927c1e00dd6b42faef3f31b84d4
    Reviewed-on: https://code.wireshark.org/review/5671
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  1f03180   Use new color_dissector_filters.[ch] to refactor (color) conversation generation in GTK menus.
    adds  f94eb27   Bring pkg.m4 in from pkgconfig version 0.28 so we can use the PKG_PROG_PKG_CONFIG macro to try searching for pkg-config even when it isn't installed.  Without this (and without pkg-config installed) the configure script is broken.  With it, it gives a message saying pkg-config isn't found.


Summary of changes:
 aclocal-fallback/pkg.m4 |  214 +++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 214 insertions(+)
 create mode 100644 aclocal-fallback/pkg.m4