Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master f23a934: Don't install autotools or GTK+, but do inst

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 25 Apr 2018 17:57:56 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f23a934492b68ab012822fedbaf8df7cb1567181
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

f23a934 by Guy Harris (guy@xxxxxxxxxxxx):

    Don't install autotools or GTK+, but do install CMake.
    
    We no longer use autotools/libtool, so we don't need to install
    automake, autoconf, or libtool; we only support CMake, so we *do* need
    to install it.
    
    We no longer support GTK+, so we don't need to install it.
    
    Change-Id: I41df9f67c8aba486220e77f7c8c67efa7784a7f2
    Reviewed-on: https://code.wireshark.org/review/27152
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  881dd6b   Remove now obsolete information.
    adds  f23a934   Don't install autotools or GTK+, but do install CMake.


Summary of changes:
 tools/debian-setup.sh | 44 ++++++++++++++++++++++++++++++--------------
 tools/rpm_setup.sh    | 37 ++++++++++++++++++++++++++++++-------
 2 files changed, 60 insertions(+), 21 deletions(-)