aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
AgeCommit message (Expand)AuthorFilesLines
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
2013-07-07Clean up comments.Guy Harris1-10/+8
2013-07-06Check for an OS X deployment target early, so that as manyGuy Harris1-90/+105
2013-07-06Add a --enable-osx-deploy-target option to set the deployment targetGuy Harris1-0/+98
2013-06-28Rename AC_WIRESHARK_GCC_CFLAGS_CHECK toGuy Harris1-40/+40
2013-06-28Do the "is $CXX actually a C++ compiler" test as early as possible, soGuy Harris1-26/+39
2013-06-28Standard C++ header files don't have .h in their name: #include <iostream>Jeff Morriss1-3/+3
2013-06-28AC_LANG_PROGRAM's second argument is put inside "int main(){"/"}" by theGuy Harris1-4/+0
2013-06-28AC_PROG_CXX doesn't actually check whether what it finds is a real liveGuy Harris1-4/+27
2013-06-27Suppress "Of *COURSE* you're developing a Mac-only application - you'reGuy Harris1-1/+13
2013-06-27For now, don't turn on -Wcast-align by default. There are at least someGuy Harris1-1/+5
2013-06-27Don't assume that compilers not named "clang" will, by default, reportGuy Harris1-8/+2
2013-06-26Don't assume that compilers that need an extra option to report errors,Guy Harris1-0/+6
2013-06-26echld is not an optional package, it's an optional Wireshark feature: useJeff Morriss1-11/+6
2013-06-26If the user enables gtk3, (silently) disable gtk2 rather than forcing the userJeff Morriss1-16/+20
2013-06-26Nothing uses the HAVE_GTK #define, so get rid of it. (Keep theGuy Harris1-5/+0
2013-06-25Last changes to autofoo, rename the files as they live now in their own dir...Luis Ontanon1-0/+3
2013-06-25Look for moc-qt4 before moc and uic-qt4 before uic, because (at least on myEvan Huus1-4/+4
2013-06-25Of course I forgot to test the normal/default case (where no --with argumentsJeff Morriss1-1/+1
2013-06-25Allow the Gtk+ and Qt versions to be built simultaneously (with autotools).Jeff Morriss1-106/+112
2013-06-25This should get cmake to ignore echld...Luis Ontanon1-0/+28