aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* From Hadriel Kaplan via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8...Jeff Morriss2013-01-151-1/+1
* In AC_WIRESHARK_GCC_CFLAGS_CHECK() don't check if $3 (the program to be run)Jeff Morriss2013-01-041-5/+6
* On the Ubuntu buildbot, this says -Wlogical-op doesn't work, but itGuy Harris2013-01-031-0/+2
* Don't use -Wlogical-op if it causes gcc to generate warnings about logicalJeff Morriss2013-01-031-1/+25
* Fix UI library dependency checking.Gerald Combs2013-01-021-6/+3
* Make -Wstrict-prototypes C-only.Gerald Combs2013-01-021-1/+1
* Play Three-card^WTwo-link-target Monte with Autotools.Gerald Combs2013-01-011-3/+3
* If we're linking with Qt pass a hint to automake that it needs to use c++Gerald Combs2012-12-311-1/+5
* Make sure we link Wireshark with the right UI library.Gerald Combs2012-12-311-0/+4
* Keep PKG_CHECK_MODULES from returning an error if it doesn't findGerald Combs2012-12-311-2/+2
* '-Wno-error=unused-but-set-variable' no longer required;Bill Meier2012-12-301-1/+1
* Move the PIE checks after the warning checks, to keep the warning checksGuy Harris2012-12-291-23/+29
* Cosmetic: Add two blank lines for readability.Bill Meier2012-12-291-0/+2
* OK, I give up.Guy Harris2012-12-261-1/+5
* Fix a bunch of warnings.Guy Harris2012-12-261-28/+46
* Expand the comment about alignment.Guy Harris2012-12-201-1/+5
* 32-bit Linux (at least from Redhat) has a host_cpu of i686 (not i386). Don't...Jeff Morriss2012-12-201-7/+9
* -pie also needs -fPIE (at least sometimes)Jeff Morriss2012-12-191-1/+1
* As suggested in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8076 :Jeff Morriss2012-12-191-0/+24
* It's just compiling, not linking, so we don't need to have the externalGuy Harris2012-12-101-4/+5
* Put back the extra checks for -Wshadow; I guess I'll need to set up aGuy Harris2012-12-091-1/+13
* Force -Wshadow on - it wasn't included on the Ubuntu buildbot, so I wantGuy Harris2012-12-091-13/+1
* Add some additional arguments to AC_WIRESHARK_GCC_CFLAGS_CHECK() to makeGuy Harris2012-12-091-4/+22
* Revert SVN #46429 again (for now);Bill Meier2012-12-061-1/+4
* Enable [-Wshadow] as default for *nix compilers] (C only): 2nd try.Bill Meier2012-12-061-4/+1
* And some other stuff moved to QtPrintSupport.Guy Harris2012-12-051-0/+11
* Qt 5.0 appears to move the widgets out of Qt GUI to Qt Widgets; look forGuy Harris2012-12-041-0/+14
* Revert SVN #46380; i.e., remove -Wshadow & etcBill Meier2012-12-041-2/+0
* OK: temporarily use -Wshadow and also -Wno-error=shadowBill Meier2012-12-041-0/+2
* Revert SVN #46376Bill Meier2012-12-041-1/+4
* Enable gcc -Wshadow for default *nix builds;Bill Meier2012-12-041-4/+1
* On UN*X, if an interface has a description, use it as the "friendlyGuy Harris2012-11-221-2/+6
* Get rid of an unused variable.Guy Harris2012-11-221-1/+0
* Assume, at least for now, that "Darwin" means "OS X"; don't botherGuy Harris2012-11-221-50/+27
* Fix autotools build - missed a few spots that needed updating for wmem.Evan Huus2012-10-241-0/+1
* Add release dates for GTK+ 3.6.0 and GLib 2.34.0.Gerald Combs2012-09-271-0/+2
* Add back extra packaging information if it's present.Gerald Combs2012-09-241-5/+6
* From Jim Young, bug 7745.Martin Mathieson2012-09-241-0/+19
* Revert r45018 and r45019: put config.h back in lemon.c and take _U_ back offJeff Morriss2012-09-211-8/+7
* *NIX (autofoo and cmake) part of the fix forJeff Morriss2012-09-181-1/+11
* From Pontus Fuchs.Anders Broman2012-09-101-0/+10
* At least with the Shiny New llvm-gcc in Xcode 4.4.1, there's no need toGuy Harris2012-09-081-48/+0
* We no longer use Gestalt(), so there's no need to check for it.Guy Harris2012-09-081-4/+11
* From Pontus Fuchs:Anders Broman2012-09-041-0/+7
* The name configure.in has been deprecated for many years.Jörg Mayer2012-08-231-0/+2311