Wireshark-commits: [Wireshark-commits] master 21090ca: autotools: Move OSX autoconf macros to ws_os
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 12 May 2016 11:19:23 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=21090cab5d721906249c1f44f0c357cb845665a9
Submitter: João Valverde (j@xxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

21090ca by João Valverde (joao.valverde@xxxxxxxxxxxxxxxxxx):

    autotools: Move OSX autoconf macros to ws_osx.m4
    
    Change-Id: Icde077957810a0eb2a99cdfd6ec57dfd04b4ad47
    Reviewed-on: https://code.wireshark.org/review/15354
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Tüxen <tuexen@xxxxxxxxxxxxx>
    Reviewed-by: João Valverde <j@xxxxxx>
    

Actions performed:

    from  b9c7b12   configure.ac: Remove condition for AC_CHECK_FUNC (on Solaris)
    adds  21090ca   autotools: Move OSX autoconf macros to ws_osx.m4


Summary of changes:
 acinclude.m4 |   78 -------------
 configure.ac |  264 +------------------------------------------
 m4/ws_osx.m4 |  350 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 354 insertions(+), 338 deletions(-)
 create mode 100644 m4/ws_osx.m4