aboutsummaryrefslogtreecommitdiffstats
path: root/acinclude.m4
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't say "Checking for broken pcap-config" if we don't have aGuy Harris2010-02-191-8/+10
* Put in missing comma.Guy Harris2009-12-111-1/+1
* Add the time zone abbreviation to the result of abs_time_to_str() andGuy Harris2009-12-111-0/+34
* - Add an AC macro to test linker flags.Jörg Mayer2009-08-071-0/+30
* Check for libpcap 1.0's broken pcap-config, which put a space between -LGuy Harris2009-06-081-0/+26
* Check for a pcap-config script (as provided by libpcap 1.x) and, if weGuy Harris2009-06-081-46/+74
* Don't reuse lua_dir in a for loop.Stig Bjørlykke2009-06-031-4/+4
* Fixed setting of LUA_INCLUDES when having extraneous lua heder directory.Stig Bjørlykke2009-06-031-3/+25
* Only give a failure message if configuring with --with-lua=yes.Stig Bjørlykke2009-06-031-6/+17
* Added check for extraneous lua header directories, as some systemsStig Bjørlykke2009-06-031-3/+29
* Use liblua by default, if available.Stig Bjørlykke2009-06-031-1/+3
* python binding for wireshark (first commit)Sebastien Tandel2009-05-291-1/+54
* From Petr Sumbera (bug 3305):Stig Bjørlykke2009-03-061-1/+1
* Fix bug #3152 for good.Stephen Fisher2008-12-231-5/+8
* Fix bug 3152: when searching for igemacintegration manually set GTK_LIBS toJeff Morriss2008-12-221-1/+14
* If we don't have any of the pcap_datalink_XXX_to_YYY routines,Guy Harris2008-12-211-0/+1
* After checking for ige_mac_menu_set_menu_bar reset CFLAGS and LIBSJeff Morriss2008-12-191-0/+2
* Require Lua 5.1 for Lua plugin.Balint Reczey2008-11-181-50/+5