Wireshark-commits: [Wireshark-commits] master 222de83: switch to AC_PATH_TOOL
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 28 May 2015 15:25:03 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=222de83d95993baf9f1d64138f8f040929b935d8
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

222de83 by Mike Frysinger (vapier@xxxxxxxxxxxx):

    switch to AC_PATH_TOOL
    
    The TOOL variant will automatically search for host prefixed scripts
    (e.g. armv7a-unknown-linux-gnueabi-pcap-config) before falling back
    to the default (i.e. pcap-config).  This makes cross-compiling a bit
    simpler.
    
    Change-Id: Ia450839693b5550f798634a7e8b82c2a661b088c
    Reviewed-on: https://code.wireshark.org/review/8481
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  abfd445   Androiddump: fix Null pointer passed as an argument to a 'nonnull' parameter
    adds  222de83   switch to AC_PATH_TOOL


Summary of changes:
 acinclude.m4 |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)