aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
AgeCommit message (Expand)AuthorFilesLines
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
2013-11-151.11.1 → 1.11.2.Gerald Combs1-1/+1
2013-11-07Enable Packet Editor by defaultAlexis La Goutte1-2/+2
2013-11-03Fix autoconf broken by last commit.Jörg Mayer1-1/+0
2013-11-03Pass the name of the sed executable as an explicit argurment toJörg Mayer1-0/+6
2013-11-01From Thomas Dreibholz via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Jeff Morriss1-0/+1
2013-10-20From e.yimjia via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9289 :Pascal Quantin1-0/+1
2013-10-18Simplify a bit (in a way which will hopefully actually work): just don't add ...Jeff Morriss1-15/+3
2013-10-18Add -Wno-shorten-64-to-32 (if we can) when compiling the Qt UI.Jeff Morriss1-1/+15
2013-10-16Add checks to see if CC and/or CXX are Clang. Add "-Qunused-arguments"Gerald Combs1-2/+2
2013-10-16Don't bother checking for clang, just add -Qunused-arguments to theGerald Combs1-3/+1
2013-10-161.11.0 -> 1.11.1Pascal Quantin1-1/+1
2013-10-16If we're using Clang add -Qunused-arguments in order to avoid a bunchGerald Combs1-0/+4
2013-10-11Build with Qt by default.Gerald Combs1-2/+3
2013-10-10We use g_ascii_strtoll(), not strtoll(), so we no longer need to checkGuy Harris1-1/+0
2013-10-05Invert NEED_INET_ATON_H to HAVE_INET_ATON_HJörg Mayer1-1/+1
2013-10-01Use separate "Read me first" files for Qt and GTK+.Gerald Combs1-0/+2
2013-09-30Use macdeployqt to add the Qt bits to our bundle. Put our libraries inGerald Combs1-1/+1
2013-09-30More Qt app bundle migration. Still doesn't work quite right.Gerald Combs1-1/+1
2013-09-30Start migrating the OS X app bundle to Qt. This will likely break theGerald Combs1-1/+2
2013-09-10Use -m32, instead, as per Michael Tuexen's suggestion.Guy Harris1-12/+3
2013-09-10When building for 10.4 or 10.5, force 32-bit x86 on x86 and 32-bit PPCGuy Harris1-3/+12
2013-08-24Can't use [ as an alias for "test" in configure scripts, as [ and ] areGuy Harris1-1/+1
2013-08-23To handle the hypothetical case of an OS X release offering a choice ofGuy Harris1-7/+18
2013-08-21Arrange that "make distcheck" use the GUI configure flags used toGuy Harris1-1/+5
2013-08-13Add in more comments on the whole "get the path of the executable fromGuy Harris1-0/+9
2013-08-12If we're looking for some version of GTK+, and don't find it, fail. Guy Harris1-4/+6
2013-08-12Just check whether dladdr() is available; we check in the code whetherGuy Harris1-9/+20
2013-08-12On some platforms, to get dladdr() you need to link with -ldl. FirstGuy Harris1-24/+7
2013-08-08From Mathias Guettler:Anders Broman1-0/+3
2013-08-05Fix the Python version check. Hopefully no one is running 1.5 or 1.6.Gerald Combs1-3/+3
2013-08-05Don't force the use of Python 2.x, similar (but not identical to)Gerald Combs1-14/+7
2013-07-31Check the Python major version number in a way that works in Python 2Guy Harris1-1/+1
2013-07-31Get rid of extra comment line.Guy Harris1-1/+0
2013-07-31Only use sw_vers if we're on OS X.Guy Harris1-6/+16
2013-07-31Set the minimum OS X version in the installer package based on theGuy Harris1-0/+17
2013-07-31If you use --enable-osx-deploy-target or --disable-osx-deploy-target onGuy Harris1-100/+147
2013-07-24The files in aclocal-fallback are copies of .m4 files from variousGuy Harris1-1/+1
2013-07-24Add a comment.Guy Harris1-0/+4
2013-07-24If none of --with-gtk2, --with-gtk3, or --with-qt are specified, andGuy Harris1-13/+30
2013-07-24Change default gtk build from version 2 to version 3 forJörg Mayer1-2/+2
2013-07-16set HAVE_GETOPT_H and HAVE_GETOPT variablesMartin Kaiser1-1/+1
2013-07-15Revert r50150. I suspect the problem was Ubuntu's transition to qt5 as default,Evan Huus1-4/+4
2013-07-13On OS X, set the rpath for executables to includeGuy Harris1-2/+9
2013-07-09CPPFLAGS contains the flags for the C preprocessor; CXXFLAGS containsGuy Harris1-1/+16