Wireshark-commits: [Wireshark-commits] master c57b377: Add pkg.m4 and remove aclocal-flags script

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 23 Mar 2016 02:34:03 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c57b3777f814f4f4108abcf111ee873acb60a91c
Submitter: João Valverde (j@xxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

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

    Add pkg.m4 and remove aclocal-flags script
    
    Add pkg-config 0.29.1 macros to our distribution. This makes the
    aclocal-flags script obsolete, since we are already not using GLib
    autoconf macros.
    
    ACLOCAL_AMFLAGS need only be defined on the top-level Makefile.am.
    
    Change-Id: Idd868dcfeb8f279517970d0f96d9d53e3a7e4d5c
    Reviewed-on: https://code.wireshark.org/review/14568
    Reviewed-by: João Valverde <j@xxxxxx>
    

Actions performed:

    from  1259897   configure.ac: Remove --enable-usr-local
    adds  c57b377   Add pkg.m4 and remove aclocal-flags script


Summary of changes:
 Makefile.am             |    4 +-
 aclocal-fallback/pkg.m4 |  275 +++++++++++++++++++++++++++++++++++++++++++++++
 aclocal-flags           |  159 ---------------------------
 autogen.sh              |    2 +-
 echld/Makefile.am       |    2 -
 epan/Makefile.am        |    2 -
 extcap/Makefile.am      |    2 -
 wiretap/Makefile.am     |    2 -
 wsutil/Makefile.am      |    2 -
 9 files changed, 278 insertions(+), 172 deletions(-)
 create mode 100644 aclocal-fallback/pkg.m4
 delete mode 100755 aclocal-flags