| Commit message (Expand) | Author | Age | Files | Lines |
* | Add in more comments on the whole "get the path of the executable from | Guy Harris | 2013-08-13 | 1 | -0/+9 |
* | If we're looking for some version of GTK+, and don't find it, fail. | Guy Harris | 2013-08-12 | 1 | -4/+6 |
* | Just check whether dladdr() is available; we check in the code whether | Guy Harris | 2013-08-12 | 1 | -9/+20 |
* | On some platforms, to get dladdr() you need to link with -ldl. First | Guy Harris | 2013-08-12 | 1 | -24/+7 |
* | From Mathias Guettler: | Anders Broman | 2013-08-08 | 1 | -0/+3 |
* | Fix the Python version check. Hopefully no one is running 1.5 or 1.6. | Gerald Combs | 2013-08-05 | 1 | -3/+3 |
* | Don't force the use of Python 2.x, similar (but not identical to) | Gerald Combs | 2013-08-05 | 1 | -14/+7 |
* | Check the Python major version number in a way that works in Python 2 | Guy Harris | 2013-07-31 | 1 | -1/+1 |
* | Get rid of extra comment line. | Guy Harris | 2013-07-31 | 1 | -1/+0 |
* | Only use sw_vers if we're on OS X. | Guy Harris | 2013-07-31 | 1 | -6/+16 |
* | Set the minimum OS X version in the installer package based on the | Guy Harris | 2013-07-31 | 1 | -0/+17 |
* | If you use --enable-osx-deploy-target or --disable-osx-deploy-target on | Guy Harris | 2013-07-31 | 1 | -100/+147 |
* | The files in aclocal-fallback are copies of .m4 files from various | Guy Harris | 2013-07-24 | 1 | -1/+1 |
* | Add a comment. | Guy Harris | 2013-07-24 | 1 | -0/+4 |
* | If none of --with-gtk2, --with-gtk3, or --with-qt are specified, and | Guy Harris | 2013-07-24 | 1 | -13/+30 |
* | Change default gtk build from version 2 to version 3 for | Jörg Mayer | 2013-07-24 | 1 | -2/+2 |
* | set HAVE_GETOPT_H and HAVE_GETOPT variables | Martin Kaiser | 2013-07-16 | 1 | -1/+1 |
* | Revert r50150. I suspect the problem was Ubuntu's transition to qt5 as default, | Evan Huus | 2013-07-15 | 1 | -4/+4 |
* | On OS X, set the rpath for executables to include | Guy Harris | 2013-07-13 | 1 | -2/+9 |
* | CPPFLAGS contains the flags for the C preprocessor; CXXFLAGS contains | Guy Harris | 2013-07-09 | 1 | -1/+16 |
* | Clean up comments. | Guy Harris | 2013-07-07 | 1 | -10/+8 |
* | Check for an OS X deployment target early, so that as many | Guy Harris | 2013-07-06 | 1 | -90/+105 |
* | Add a --enable-osx-deploy-target option to set the deployment target | Guy Harris | 2013-07-06 | 1 | -0/+98 |
* | Rename AC_WIRESHARK_GCC_CFLAGS_CHECK to | Guy Harris | 2013-06-28 | 1 | -40/+40 |
* | Do the "is $CXX actually a C++ compiler" test as early as possible, so | Guy Harris | 2013-06-28 | 1 | -26/+39 |
* | Standard C++ header files don't have .h in their name: #include <iostream> | Jeff Morriss | 2013-06-28 | 1 | -3/+3 |
* | AC_LANG_PROGRAM's second argument is put inside "int main(){"/"}" by the | Guy Harris | 2013-06-28 | 1 | -4/+0 |
* | AC_PROG_CXX doesn't actually check whether what it finds is a real live | Guy Harris | 2013-06-28 | 1 | -4/+27 |
* | Suppress "Of *COURSE* you're developing a Mac-only application - you're | Guy Harris | 2013-06-27 | 1 | -1/+13 |
* | For now, don't turn on -Wcast-align by default. There are at least some | Guy Harris | 2013-06-27 | 1 | -1/+5 |
* | Don't assume that compilers not named "clang" will, by default, report | Guy Harris | 2013-06-27 | 1 | -8/+2 |
* | Don't assume that compilers that need an extra option to report errors, | Guy Harris | 2013-06-26 | 1 | -0/+6 |
* | echld is not an optional package, it's an optional Wireshark feature: use | Jeff Morriss | 2013-06-26 | 1 | -11/+6 |
* | If the user enables gtk3, (silently) disable gtk2 rather than forcing the user | Jeff Morriss | 2013-06-26 | 1 | -16/+20 |
* | Nothing uses the HAVE_GTK #define, so get rid of it. (Keep the | Guy Harris | 2013-06-26 | 1 | -5/+0 |
* | Last changes to autofoo, rename the files as they live now in their own dir... | Luis Ontanon | 2013-06-25 | 1 | -0/+3 |
* | Look for moc-qt4 before moc and uic-qt4 before uic, because (at least on my | Evan Huus | 2013-06-25 | 1 | -4/+4 |
* | Of course I forgot to test the normal/default case (where no --with arguments | Jeff Morriss | 2013-06-25 | 1 | -1/+1 |
* | Allow the Gtk+ and Qt versions to be built simultaneously (with autotools). | Jeff Morriss | 2013-06-25 | 1 | -106/+112 |
* | This should get cmake to ignore echld... | Luis Ontanon | 2013-06-25 | 1 | -0/+28 |
* | Revert --with-echld until I find out how to get it to work with Cmake... | Luis Ontanon | 2013-06-25 | 1 | -28/+0 |
* | --with-echld | Luis Ontanon | 2013-06-25 | 1 | -0/+28 |
* | Make the minimum supported GLib version 2.16. | Gerald Combs | 2013-05-20 | 1 | -1/+1 |
* | HTML_VIEWER isn't used in the build process, it's run by Wireshark. | Guy Harris | 2013-05-12 | 1 | -0/+4 |
* | Add some comments describing what programs are being checked for. | Guy Harris | 2013-05-11 | 1 | -4/+8 |
* | Don't just look for python2. Instead, first look for python, and then | Guy Harris | 2013-05-11 | 1 | -9/+31 |
* | From Jeroen Roovers | Martin Kaiser | 2013-05-09 | 1 | -0/+10 |
* | Add a link to the Survey of Commonly Available C System Header Files. It | Gerald Combs | 2013-05-02 | 1 | -0/+1 |
* | As suggested by Evan: | Jeff Morriss | 2013-05-02 | 1 | -3/+9 |
* | Make the python scripts work on systems where python is a link | Jörg Mayer | 2013-05-01 | 1 | -1/+1 |