aboutsummaryrefslogtreecommitdiffstats
path: root/acinclude.m4
Commit message (Expand)AuthorAgeFilesLines
* Add checks to see if CC and/or CXX are Clang. Add "-Qunused-arguments"Gerald Combs2013-10-161-0/+42
* Fix other HAVE_LUA entry.Guy Harris2013-10-101-1/+1
* Just describe HAVE_LUA as "Define to use Lua"; it's not tied to aGuy Harris2013-10-101-1/+1
* Revert "Prefer newer Lua versions"Balint Reczey2013-09-181-1/+1
* Prefer newer Lua versionsBalint Reczey2013-09-181-1/+1
* Fix a typo Jörg Mayer2013-09-141-1/+1
* Just check whether dladdr() is available; we check in the code whetherGuy Harris2013-08-121-36/+0
* On some platforms, to get dladdr() you need to link with -ldl. FirstGuy Harris2013-08-121-0/+36
* Add a AC_WIRESHARK_QT_MODULE_CHECK that checks for a particular QtGuy Harris2013-07-241-67/+63
* The files in aclocal-fallback are copies of .m4 files from variousGuy Harris2013-07-241-0/+125
* If the LHS of an "expr LHS : RHS" expression has an X added to avoidGuy Harris2013-07-021-4/+4
* Change additions from r50178 from if expr "$GCC_OPTION" to if exprStephen Fisher2013-07-021-4/+4
* Rename AC_WIRESHARK_GCC_CFLAGS_CHECK toGuy Harris2013-06-281-3/+3
* Change formatting in the hopes of making the code a bit easier to figureGuy Harris2013-06-281-104/+102
* When checking whether a given option should be added to the compilerGuy Harris2013-06-281-28/+16
* Don't assume that compilers not named "clang" will, by default, reportGuy Harris2013-06-271-5/+22
* Don't assume that compilers that need an extra option to report errors,Guy Harris2013-06-261-15/+35
* (Attempt to) fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8813 :Jeff Morriss2013-06-261-5/+5
* look for /usr/include/lua5.x directories to determine the lua versionMartin Kaiser2013-03-061-1/+8
* Add the warning flags to CFLAGS_FOR_BUILD, so any build tools we buildGuy Harris2013-02-041-0/+10
* In AC_WIRESHARK_GCC_CFLAGS_CHECK() don't check if $3 (the program to be run)Jeff Morriss2013-01-041-4/+10
* Add some additional arguments to AC_WIRESHARK_GCC_CFLAGS_CHECK() to makeGuy Harris2012-12-091-8/+77
* From Jim Young and updated by Max Romanov:Anders Broman2012-11-021-12/+18
* Use -D_FORTIFY_SOURCE=2 only if the gc optimization level is greater than 0.Bill Meier2012-07-071-0/+46
* From Tony Trinh:Anders Broman2012-06-251-2/+2
* From Tony Trinh:Anders Broman2012-06-251-17/+26
* Whitespace fixJörg Mayer2012-06-171-1/+1
* If the user tries to save a capture file atop a file that has all itsGuy Harris2012-06-021-0/+22
* Fix some comments and some indentation.Guy Harris2012-03-161-9/+8
* Put -D and -I flags into CPPFLAGS rather than into CFLAGS; that shouldGuy Harris2012-03-161-79/+52
* Have AC_WIRESHARK_GCC_CFLAGS_CHECK take an optional second flag toGuy Harris2012-03-161-16/+74
* Referring to pcap_version[] doesn't do what you want on at least someGuy Harris2011-12-091-18/+0
* From Kevin Hildebrand:Anders Broman2011-10-301-1/+2
* Add GeoIP IPv6 database support. Tested with GeoIP 1.4.7, but olderGerald Combs2011-10-051-0/+7
* Remove support for libpcre, we use GRegex in GLib.Stig Bjørlykke2011-08-231-106/+0
* Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5607 :Jeff Morriss2011-08-091-1/+1
* Use spaces uniformly in AC_WIRESHARK_PYTHON_CHECK.Guy Harris2011-06-111-18/+23
* Do the Python embedding similarly to other "default = yes, if available"Guy Harris2011-06-111-0/+5
* Don't bother checking for gzgets(), as we don't use it, and don't evenGuy Harris2011-05-031-80/+54
* After testing for the presence of python-config, fix typo so that we actuallyJeff Morriss2011-04-281-4/+20
* By default, clang only warns about unknown -W options, it doesn'tGuy Harris2011-04-201-0/+9
* Instead of having GCC and CLANG variables, just haveGuy Harris2011-04-201-14/+16
* First cut at support for clang. We may want to have specific items forGuy Harris2011-04-201-4/+6
* Add a "-d" flag to dumpcap, to print out the generated code for theGuy Harris2010-07-131-1/+1
* First check for the new GTK+/OS X integration functions, then the oldGuy Harris2010-06-051-14/+16
* From H.sivank: GtkOSXApplication support.Guy Harris2010-05-251-3/+34
* As of release 1.5, MIT Kerberos moved krb5.h to krb5/krb5.h. Check bothStephen Fisher2010-05-091-2/+4
* Just check for pcap_create(); it first appeared in libpcap 1.0.0, andGuy Harris2010-05-061-3/+0
* Checking in Stigs changes fromAnders Broman2010-05-061-0/+3
* Check for pcap_createAnders Broman2010-05-061-0/+1