aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
AgeCommit message (Expand)AuthorFilesLines
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
2013-06-25Revert --with-echld until I find out how to get it to work with Cmake...Luis Ontanon1-28/+0
2013-06-25--with-echldLuis Ontanon1-0/+28
2013-05-20Make the minimum supported GLib version 2.16.Gerald Combs1-1/+1
2013-05-12HTML_VIEWER isn't used in the build process, it's run by Wireshark.Guy Harris1-0/+4
2013-05-11Add some comments describing what programs are being checked for.Guy Harris1-4/+8
2013-05-11Don't just look for python2. Instead, first look for python, and thenGuy Harris1-9/+31
2013-05-09From Jeroen RooversMartin Kaiser1-0/+10
2013-05-02Add a link to the Survey of Commonly Available C System Header Files. ItGerald Combs1-0/+1
2013-05-02As suggested by Evan:Jeff Morriss1-3/+9
2013-05-01Make the python scripts work on systems where python is a linkJörg Mayer1-1/+1
2013-04-221.9.3 → 1.11.0.Gerald Combs1-2/+2
2013-04-06Looks like the licensing change only applies to GnuTLS 3.1.10.Gerald Combs1-7/+1
2013-04-06GnuTLS recently switched back to a compatible license (LGPLv2.1+).Gerald Combs1-11/+26
2013-03-281.9.2 → 1.9.3.Gerald Combs1-1/+1
2013-03-27It looks like GLib 2.36.0 was released on the 25th as well, although IGerald Combs1-0/+1
2013-03-27Remove searching in $prefix for packages as requested in bug 6011 and bug 7926.Stig Bjørlykke1-23/+0
2013-03-27It's 2013.Gerald Combs1-1/+1
2013-03-27Add the release date for GTK+ 3.8.0.Gerald Combs1-0/+1
2013-03-24Thanks to a ton of patches from Ed Beroset and some other changes,Guy Harris1-6/+1
2013-03-18Some more tYpo/cut-and-pasteo fixes for my libnl changes.Guy Harris1-3/+3
2013-03-181.9.1 → 1.9.2.Gerald Combs1-1/+1
2013-03-18Fix some bugs in my libnl configuration changes found when testing onGuy Harris1-15/+20
2013-03-18Don't bother doing any of the Linux-specific libnl or nl80211 checks onGuy Harris1-48/+107
2013-03-18Follow-up to r48395 and bug #8494.Evan Huus1-23/+28
2013-03-18From Michael Weiser via Rick Farina viaEvan Huus1-0/+6
2013-03-15Switch to Asciidoc for the release notes. The initial conversion fromGerald Combs1-30/+31
2013-03-06Always build with GDK_PIXBUF_DISABLE_DEPRECATED, GDK_DISABLE_DEPRECATED, GTK_...Bill Meier1-8/+5