aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
AgeCommit message (Expand)AuthorFilesLines
2012-03-21Automake can, at times, be a delicate fragile flower. Apparently,Guy Harris1-4/+0
2012-03-19Add ui/qt/doxygen.cfg.in (copied from ui/gtk, replacing gtk strings with qt)....Jeff Morriss1-0/+1
2012-03-18Add automake support for Qt - use --with-qt as a configure scriptGuy Harris1-44/+111
2012-03-16Add some more -D flags to CPPFLAGS rather than CFLAGS, and add someGuy Harris1-1/+9
2012-03-16Put -D and -I flags into CPPFLAGS rather than into CFLAGS; that shouldGuy Harris1-13/+11
2012-03-16Have AC_WIRESHARK_GCC_CFLAGS_CHECK take an optional second flag toGuy Harris1-7/+6
2012-02-22We need to build libui even if we're only building TShark. Fixes bugGuy Harris1-1/+1
2012-02-19Build the TShark taps into a static libcliui library in the ui/cliGuy Harris1-0/+1
2012-02-18Create a libui (static) library in the ui directory, which contains theGuy Harris1-1/+3
2012-02-01Add M3AP to the build.Anders Broman1-0/+1
2012-01-24Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6737Jeff Morriss1-2/+2
2012-01-20Bug 6448 says the embedded Python stuff does not really work.Jeff Morriss1-6/+5
2012-01-17Indicate which version of GTK+ is being used to build Wireshark, andGuy Harris1-2/+14
2012-01-17Fix typo.Guy Harris1-1/+1
2012-01-17Fix test (equality in the test command is =, not ==).Guy Harris1-3/+5
2012-01-17Rename the GTK_OK variable to have_gtk; make sure it's always set. TestGuy Harris1-18/+20
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-3/+3
2012-01-14Ed Beroset <beroset@mindspring.com> via bug 5531Jörg Mayer1-0/+1
2012-01-14Add another warning (-Warray-bounds) to sync with cmakeJörg Mayer1-0/+1
2011-12-29Define GTK_DISABLE_DEPRECATED only if GTK lt 3.2 sinceBill Meier1-1/+5
2011-11-22Unconditionally install idl2wrsBalint Reczey1-17/+0
2011-11-22hardcode /bin/sh to idl2wrsBalint Reczey1-2/+0
2011-11-081.7.0 → 1.7.1.Gerald Combs1-1/+1
2011-11-08Add SBc Application Part (SBc-AP) to build.Anders Broman1-0/+1
2011-11-07Change the use of threads from "mostly always, depending on yourGerald Combs1-9/+0
2011-10-23From Pascal Quantin.Anders Broman1-0/+1
2011-10-16From Pascal Quantin.Anders Broman1-0/+1
2011-10-11Make asn1/lcsap/MakefileStig Bjørlykke1-0/+1
2011-09-30Microsoft Credential Security Support Provider (CredSSP) support. Graeme Lunt1-0/+1
2011-09-25Get rid of (hopefully) all configure options to enable MAIN_MENU_USE_UIMANAGERJörg Mayer1-8/+0
2011-09-21Add asn/t124/Makefile to configure.in and remove it from the repository.Graeme Lunt1-0/+1
2011-08-31Second try to move crc routines to libwsutil.Stig Bjørlykke1-1/+0
2011-08-30Revert r38800, as the crc routines contains some tvb functions.Stig Bjørlykke1-0/+1
2011-08-30Move all crc routines to libwsutil.Stig Bjørlykke1-1/+0
2011-08-29Fix a commentJörg Mayer1-1/+1
2011-08-23Remove support for libpcre, we use GRegex in GLib.Stig Bjørlykke1-40/+1
2011-08-22make MAIN_MENU_USE_UIMANAGER the default.Anders Broman1-2/+2
2011-08-18Change || in an "if test" statement to "-o"Stephen Fisher1-1/+1
2011-08-18Get --enable-ui-manager working.Michael Tüxen1-1/+1
2011-08-18When building with GTK3 we *must* use the ui-manager interface,Jörg Mayer1-8/+8
2011-08-17Always build with -DGTK_DISABLE_DEPRECATED. The files thatJörg Mayer1-3/+1
2011-08-11Use '-D_FORTIFY_SOURCE=2' when compiling with GCC or CLang.Bill Meier1-0/+7
2011-08-11Add -DG_DISABLE_SINGLE_INCLUDES to CFLAGSBill Meier1-2/+8
2011-08-09Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5608 :Jeff Morriss1-1/+1
2011-08-08MAIN_MENU_USE_UIMANAGER is also used in some includes, not onlyJörg Mayer1-1/+3
2011-08-08GTK3 stuff:Jörg Mayer1-3/+4
2011-08-07mate_grammar.lemon:Jörg Mayer1-0/+2
2011-08-04As suggested by Anders: only compile with GSEAL_ENABLE if we're using GTK 2.2...Jeff Morriss1-7/+7
2011-08-03'-Wno-error=unused-but-set-parameter' not req'd since no such warnings in Wir...Bill Meier1-1/+0
2011-08-02For now: treat GCC 4.6 'unused-but-set' reports as just warnings (i.e., when ...Bill Meier1-1/+2