Wireshark-commits: [Wireshark-commits] master 5fa914c: Add a major version number argument to --wit

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 13 Apr 2015 19:16:30 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5fa914c19e9dd4027710c52e964eb34566993f52
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

5fa914c by Guy Harris (guy@xxxxxxxxxxxx):

    Add a major version number argument to --with-qt.
    
    Without a major version number, it behaves as before, picking whatever
    version it finds, and preferring Qt 5 to Qt 4.  With a major version
    number, it looks only for the version in question.
    
    Bug: 10793
    Change-Id: Idf6c2c61e84bb87f7b601d8f09c33f31b67bf46d
    Reviewed-on: https://code.wireshark.org/review/8052
    Petri-Dish: Guy Harris <guy@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  8d9441d   Cast away some warnings.
    adds  5fa914c   Add a major version number argument to --with-qt.


Summary of changes:
 acinclude.m4 |   84 +++++++++++++++++++++++++++++++++++++++++++---------------
 configure.ac |   29 +++++++++++++++-----
 2 files changed, 84 insertions(+), 29 deletions(-)