Wireshark-commits: [Wireshark-commits] master 2728f56: Use AX_PROG_CC_FOR_BUILD macro to identify c

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 10 Mar 2016 01:54:40 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2728f5673fd99f0c634ffe5e72a2eee02526bc00
Submitter: Jo?o Valverde (j@xxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

2728f56 by Eric Anderson (andersoe@xxxxxxxxxx):

    Use AX_PROG_CC_FOR_BUILD macro to identify compiler targeting the build host.
    (When cross-compiling, this is *not* the compiler used to build wireshark itself).
    
    Macro ax_prog_cc_for_build.m4 retrieved from http://git.savannah.gnu.org/gitweb/?p=autoconf-archive.git
    
    Change-Id: I035059d9315e0081dcf1ffbafd9ce6d7ad46700c
    Reviewed-on: https://code.wireshark.org/review/4503
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Eric Anderson <andersoe@xxxxxxxxxx>
    Reviewed-by: João Valverde <j@xxxxxx>
    

Actions performed:

    from  99db1c5   Remove superfluous pointer checks (CID-280599, 280600 and 280601)
    adds  2728f56   Use AX_PROG_CC_FOR_BUILD macro to identify compiler targeting the build host. (When cross-compiling, this is *not* the compiler used to build wireshark itself).


Summary of changes:
 Makefile.am                              |    1 +
 acinclude.m4                             |    4 +-
 aclocal-fallback/ax_prog_cc_for_build.m4 |  125 ++++++++++++++++++++++++++++++
 configure.ac                             |   15 ++--
 tools/lemon/Makefile.am                  |   20 ++---
 5 files changed, 144 insertions(+), 21 deletions(-)
 create mode 100644 aclocal-fallback/ax_prog_cc_for_build.m4