Wireshark-commits: [Wireshark-commits] master 7f873d9: Use AC_REPLACE_FUNCS and LTLIBOBJS

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 4 Apr 2016 23:59:19 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7f873d92cb7038247ab578d14d7e4794dcd6d98b
Submitter: João Valverde (j@xxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

7f873d9 by João Valverde (joao.valverde@xxxxxxxxxxxxxxxxxx):

    Use AC_REPLACE_FUNCS and LTLIBOBJS
    
    Change-Id: I0f46167fe900c39d678560809cd5391c2a9bc4d2
    Reviewed-on: https://code.wireshark.org/review/14809
    Petri-Dish: João Valverde <j@xxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: João Valverde <j@xxxxxx>
    

Actions performed:

    from  cd1d137   Avoid unnecessary replacement source file floorl.c
    adds  7f873d9   Use AC_REPLACE_FUNCS and LTLIBOBJS


Summary of changes:
 ConfigureChecks.cmake                    |    2 +-
 cmakeconfig.h.in                         |    4 +-
 configure.ac                             |  108 +++++++-----------------------
 tools/pre-commit-ignore.conf             |    2 +
 wsutil/CMakeLists.txt                    |    2 +-
 wsutil/Makefile.am                       |   25 ++-----
 wsutil/{wsgetopt.c => getopt_long.c}     |    2 +-
 wsutil/{wsgetopt_int.h => getopt_long.h} |    0
 wsutil/inet_addr-int.h                   |    2 +-
 wsutil/inet_ntop.c                       |    2 +
 10 files changed, 38 insertions(+), 111 deletions(-)
 rename wsutil/{wsgetopt.c => getopt_long.c} (99%)
 rename wsutil/{wsgetopt_int.h => getopt_long.h} (100%)