Allow the Gtk+ and Qt versions to be built simultaneously (with autotools).
authormorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 25 Jun 2013 19:51:53 +0000 (19:51 +0000)
committermorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 25 Jun 2013 19:51:53 +0000 (19:51 +0000)
commit73c543e947e72a2e8b78a107b9e1a1a2f7d1ee19
treecc7309c65f242844a7c4ee97232ba67b4b34b339
parent38e5e45cdc2a55339879e7065b5b6c5c33e90b9b
Allow the Gtk+ and Qt versions to be built simultaneously (with autotools).

./configure now accepts:
--with-gtk2 :  enabled by default; exclusive of --with-gtk3
--with-gtk3 : disabled by default; exclusive of --with-gtk2
--with-qt   : disabled by default, can be specified with gtk
--enable-wireshark : controls whether *any* GUI is built

If Qt is enabled then a new program is created: "wireshark-qt".  "wireshark"
remains the Gtk+ version.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@50147 f5534014-38df-0310-8fa8-9805f1628bb7
Makefile.am
Makefile.common
Makefile.nmake
configure.ac