aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
AgeCommit message (Expand)AuthorFilesLines
2012-08-23The name configure.in has been deprecated for many years.jmayer1-2311/+0
2012-08-19Get the package version using configure.in, not grep+sed. Make sure wegerald1-0/+1
2012-08-13Fill in PACKAGE_URL and PACKAGE_BUGREPORT.gerald1-1/+1
2012-07-20WiMAX OFDMA PHY SAP dissector plugin (https://bugs.wireshark.org/bugzilla/sho...mmann1-0/+1
2012-07-09Add LTE Positioning Protocol Extensions dissectorpascal1-0/+1
2012-07-07Use -D_FORTIFY_SOURCE=2 only if the gc optimization level is greater than 0.wmeier1-5/+7
2012-06-28From Pontus Fuchs:guy1-1/+1
2012-06-24Pontus Fuchs (via bug 6973):jmayer1-0/+1
2012-06-20Remove HAVE_WIRELESS_TOOLBAR from the other build systems.jmayer1-4/+0
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss1-79/+234
2012-02-22We need to build libui even if we're only building TShark. Fixes bugguy1-1/+1
2012-02-19Build the TShark taps into a static libcliui library in the ui/cliguy1-0/+1
2012-02-18Create a libui (static) library in the ui directory, which contains theguy1-1/+3
2012-02-01Add M3AP to the build.etxrab1-0/+1
2012-01-24Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6737morriss1-2/+2
2012-01-20Bug 6448 says the embedded Python stuff does not really work.morriss1-6/+5
2012-01-17Indicate which version of GTK+ is being used to build Wireshark, andguy1-2/+14
2012-01-17Fix typo.guy1-1/+1
2012-01-17Fix test (equality in the test command is =, not ==).guy1-3/+5
2012-01-17Rename the GTK_OK variable to have_gtk; make sure it's always set. Testguy1-18/+20
2012-01-15Move gtk to ui/gtk.jmayer1-3/+3
2012-01-14Ed Beroset <beroset@mindspring.com> via bug 5531jmayer1-0/+1
2012-01-14Add another warning (-Warray-bounds) to sync with cmakejmayer1-0/+1
2011-12-29Define GTK_DISABLE_DEPRECATED only if GTK lt 3.2 sincewmeier1-1/+5
2011-11-22Unconditionally install idl2wrsrbalint1-17/+0
2011-11-22hardcode /bin/sh to idl2wrsrbalint1-2/+0
2011-11-081.7.0 → 1.7.1.gerald1-1/+1
2011-11-08Add SBc Application Part (SBc-AP) to build.etxrab1-0/+1
2011-11-07Change the use of threads from "mostly always, depending on yourgerald1-9/+0
2011-10-23From Pascal Quantin.etxrab1-0/+1
2011-10-16From Pascal Quantin.etxrab1-0/+1
2011-10-11Make asn1/lcsap/Makefilestig1-0/+1
2011-09-30Microsoft Credential Security Support Provider (CredSSP) support. gal1-0/+1
2011-09-25Get rid of (hopefully) all configure options to enable MAIN_MENU_USE_UIMANAGERjmayer1-8/+0
2011-09-21Add asn/t124/Makefile to configure.in and remove it from the repository.gal1-0/+1
2011-08-31Second try to move crc routines to libwsutil.stig1-1/+0
2011-08-30Revert r38800, as the crc routines contains some tvb functions.stig1-0/+1
2011-08-30Move all crc routines to libwsutil.stig1-1/+0
2011-08-29Fix a commentjmayer1-1/+1
2011-08-23Remove support for libpcre, we use GRegex in GLib.stig1-40/+1
2011-08-22make MAIN_MENU_USE_UIMANAGER the default.etxrab1-2/+2
2011-08-18Change || in an "if test" statement to "-o"sfisher1-1/+1
2011-08-18Get --enable-ui-manager working.tuexen1-1/+1
2011-08-18When building with GTK3 we *must* use the ui-manager interface,jmayer1-8/+8
2011-08-17Always build with -DGTK_DISABLE_DEPRECATED. The files thatjmayer1-3/+1
2011-08-11Use '-D_FORTIFY_SOURCE=2' when compiling with GCC or CLang.wmeier1-0/+7
2011-08-11Add -DG_DISABLE_SINGLE_INCLUDES to CFLAGSwmeier1-2/+8
2011-08-09Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5608 :morriss1-1/+1
2011-08-08MAIN_MENU_USE_UIMANAGER is also used in some includes, not onlyjmayer1-1/+3
2011-08-08GTK3 stuff:jmayer1-3/+4