aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* RTP: Add support for SBC codec in RTP PlayerMichal Labedzki2014-02-121-0/+10
* -Warray-bounds was listed twiceJörg Mayer2014-01-181-1/+0
* tfshark.c doesn't build without warnings, so default to "don't build it"Guy Harris2014-01-081-2/+2
* Handle tfshark.Guy Harris2014-01-081-11/+17
* TFShark (Terminal Fileshark) v.001. Bug 9607 (https://bugs.wireshark.org/bug...Michael Mann2014-01-081-0/+1
* Don't try to build asn1/asn1/Makefile either (see r54561).Jeff Morriss2014-01-021-1/+0
* Don't try to build asn1/gnm/Makefile (see r54561).Jeff Morriss2014-01-021-1/+0
* From DirkMartin Kaiser2013-12-311-0/+1
* Fix some typoes, quote $CFLAGS and $LDFLAGS when using them inGuy Harris2013-12-271-7/+7
* Some warning options are, for reasons not entirely obvious to me, notGuy Harris2013-12-241-2/+8
* If Gtk >= 3.10, allow use of deprecated Gtk features (and prevent 'deprecated...Bill Meier2013-12-211-1/+7
* Allow -Wmissing-prototypes only for CJakub Zawadzki2013-12-141-1/+1
* Add a "captype" file that just reports the type of a capture file, basedGuy Harris2013-12-131-0/+19
* Overhaul rpm-building options a bit: as suggested by Anders, have the RPM followJeff Morriss2013-11-261-2/+39
* According toGuy Harris2013-11-241-1/+0
* Use GCC flags to avoid optimization problems due to undefined behaviourBalint Reczey2013-11-241-0/+4
* Add -Wheader-guard to Autotools and CMakeAlexis La Goutte2013-11-221-0/+1
* Fix compilation with Clang (Remove limitation to -fPIE to only C)Alexis La Goutte2013-11-191-1/+1
* 1.11.2 → 1.11.3.v1.11.3-rc1Gerald Combs2013-11-181-1/+1
* 1.11.1 → 1.11.2.v1.11.2-rc1Gerald Combs2013-11-151-1/+1
* Enable Packet Editor by defaultAlexis La Goutte2013-11-071-2/+2
* Fix autoconf broken by last commit.Jörg Mayer2013-11-031-1/+0
* Pass the name of the sed executable as an explicit argurment toJörg Mayer2013-11-031-0/+6
* From Thomas Dreibholz via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Jeff Morriss2013-11-011-0/+1
* From e.yimjia via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9289 :Pascal Quantin2013-10-201-0/+1
* Simplify a bit (in a way which will hopefully actually work): just don't add ...Jeff Morriss2013-10-181-15/+3
* Add -Wno-shorten-64-to-32 (if we can) when compiling the Qt UI.Jeff Morriss2013-10-181-1/+15
* Add checks to see if CC and/or CXX are Clang. Add "-Qunused-arguments"Gerald Combs2013-10-161-2/+2
* Don't bother checking for clang, just add -Qunused-arguments to theGerald Combs2013-10-161-3/+1
* 1.11.0 -> 1.11.1Pascal Quantin2013-10-161-1/+1
* If we're using Clang add -Qunused-arguments in order to avoid a bunchGerald Combs2013-10-161-0/+4
* Build with Qt by default.Gerald Combs2013-10-111-2/+3
* We use g_ascii_strtoll(), not strtoll(), so we no longer need to checkGuy Harris2013-10-101-1/+0
* Invert NEED_INET_ATON_H to HAVE_INET_ATON_HJörg Mayer2013-10-051-1/+1
* Use separate "Read me first" files for Qt and GTK+.Gerald Combs2013-10-011-0/+2
* Use macdeployqt to add the Qt bits to our bundle. Put our libraries inGerald Combs2013-09-301-1/+1
* More Qt app bundle migration. Still doesn't work quite right.Gerald Combs2013-09-301-1/+1
* Start migrating the OS X app bundle to Qt. This will likely break theGerald Combs2013-09-301-1/+2
* Use -m32, instead, as per Michael Tuexen's suggestion.Guy Harris2013-09-101-12/+3
* When building for 10.4 or 10.5, force 32-bit x86 on x86 and 32-bit PPCGuy Harris2013-09-101-3/+12
* Can't use [ as an alias for "test" in configure scripts, as [ and ] areGuy Harris2013-08-241-1/+1
* To handle the hypothetical case of an OS X release offering a choice ofGuy Harris2013-08-231-7/+18
* Arrange that "make distcheck" use the GUI configure flags used toGuy Harris2013-08-211-1/+5
* Add in more comments on the whole "get the path of the executable fromGuy Harris2013-08-131-0/+9
* If we're looking for some version of GTK+, and don't find it, fail. Guy Harris2013-08-121-4/+6
* Just check whether dladdr() is available; we check in the code whetherGuy Harris2013-08-121-9/+20
* On some platforms, to get dladdr() you need to link with -ldl. FirstGuy Harris2013-08-121-24/+7
* From Mathias Guettler:Anders Broman2013-08-081-0/+3
* Fix the Python version check. Hopefully no one is running 1.5 or 1.6.Gerald Combs2013-08-051-3/+3
* Don't force the use of Python 2.x, similar (but not identical to)Gerald Combs2013-08-051-14/+7