summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)AuthorFilesLines
2015-10-141.12.8 → 1.12.9.Gerald Combs1-1/+1
2015-10-14allow use of deprecated gdk-pixbuf functionsAndreas Stieger1-1/+0
2015-08-14Make some inconsistent configuration options errors.Guy Harris1-4/+8
2015-08-121.12.7 → 1.12.8.Gerald Combs1-1/+1
2015-06-171.12.6 → 1.12.7.Gerald Combs1-1/+1
2015-05-121.12.5 → 1.12.6.Gerald Combs1-1/+1
2015-04-29When configuring with Wireshark disabled, don't complain if uic and mocJeff Morriss1-2/+2
2015-04-12Only add flags to CFLAGS_FOR_BUILD if $CC and $CC_FOR_BUILD are the same.Guy Harris1-1/+9
2015-03-30Work around a Linux bonding driver bug (and the lack of a libpcap workaround).Guy Harris1-0/+11
2015-03-041.12.4 → 1.12.5Gerald Combs1-1/+1
2015-01-071.12.3 → 1.12.4.Gerald Combs1-1/+1
2014-12-27Use getopt_long() for the first pass through the argument list.Guy Harris1-2/+22
2014-12-25Check for getopt_long(), not getopt().Guy Harris1-2/+2
2014-11-121.12.2 → 1.12.3.Gerald Combs1-1/+1
2014-09-161.12.1 → 1.12.2.Gerald Combs1-1/+1
2014-08-21If the user explicitly requested gnutls or libgcrypt generate an error if theyJeff Morriss1-4/+18
2014-08-15Don't let the user enable echld and tfshark (which are works in progress) inJeff Morriss1-40/+42
2014-08-01Add some files under asn1 to the distribution.Guy Harris1-0/+1
2014-07-311.12.0 → 1.12.1.Gerald Combs1-1/+1
2014-07-11HTTP2: Backport to 1.12Alexis La Goutte1-0/+1
2014-06-05Set PLUGIN_INSTALL_DIR properly for wireshark.pcBalint Reczey1-1/+1
2014-05-23Initialize master-1.12.Gerald Combs1-4/+4
2014-05-23Update comment about -Wunreachable-code and -WdocumentationAlexis La Goutte1-2/+3
2014-04-20"extra *compiler* warnings", not just "extra warnings".Guy Harris1-3/+3
2014-04-20Rename --enable-extra-compiler-checks to --enable-extra-warnings.Guy Harris1-3/+3
2014-04-20Don't distinguish between "GCC" and "Clang" extra -W flags.Guy Harris1-18/+13
2014-04-15Add license compatibility information for GMP (used by GnuTLS).Gerald Combs1-1/+18
2014-04-151.11.3 → 1.11.4.Gerald Combs1-1/+1
2014-03-31Add --enable-extra-clang-checks for autotools and CMakeListAlexis La Goutte1-2/+18
2014-03-17Remove -Wunreachable-code it is removed from GCCAlexis La Goutte1-9/+0
2014-03-12Get rid of $Id$, add some comments.Guy Harris1-1/+5
2014-02-12RTP: Add support for SBC codec in RTP PlayerMichal Labedzki1-0/+10
2014-01-18-Warray-bounds was listed twiceJörg Mayer1-1/+0
2014-01-08tfshark.c doesn't build without warnings, so default to "don't build it"Guy Harris1-2/+2
2014-01-08Handle tfshark.Guy Harris1-11/+17
2014-01-08TFShark (Terminal Fileshark) v.001. Bug 9607 (https://bugs.wireshark.org/bug...Michael Mann1-0/+1
2014-01-02Don't try to build asn1/asn1/Makefile either (see r54561).Jeff Morriss1-1/+0
2014-01-02Don't try to build asn1/gnm/Makefile (see r54561).Jeff Morriss1-1/+0
2013-12-31From DirkMartin Kaiser1-0/+1
2013-12-27Fix some typoes, quote $CFLAGS and $LDFLAGS when using them inGuy Harris1-7/+7
2013-12-24Some warning options are, for reasons not entirely obvious to me, notGuy Harris1-2/+8
2013-12-21If Gtk >= 3.10, allow use of deprecated Gtk features (and prevent 'deprecated...Bill Meier1-1/+7
2013-12-14Allow -Wmissing-prototypes only for CJakub Zawadzki1-1/+1
2013-12-13Add a "captype" file that just reports the type of a capture file, basedGuy Harris1-0/+19
2013-11-26Overhaul rpm-building options a bit: as suggested by Anders, have the RPM followJeff Morriss1-2/+39
2013-11-24According toGuy Harris1-1/+0
2013-11-24Use GCC flags to avoid optimization problems due to undefined behaviourBalint Reczey1-0/+4
2013-11-22Add -Wheader-guard to Autotools and CMakeAlexis La Goutte1-0/+1
2013-11-19Fix compilation with Clang (Remove limitation to -fPIE to only C)Alexis La Goutte1-1/+1
2013-11-181.11.2 → 1.11.3.Gerald Combs1-1/+1