aboutsummaryrefslogtreecommitdiffstats
path: root/acinclude.m4
AgeCommit message (Expand)AuthorFilesLines
2013-02-04Add the warning flags to CFLAGS_FOR_BUILD, so any build tools we buildGuy Harris1-0/+10
2013-01-04In AC_WIRESHARK_GCC_CFLAGS_CHECK() don't check if $3 (the program to be run)Jeff Morriss1-4/+10
2012-12-09Add some additional arguments to AC_WIRESHARK_GCC_CFLAGS_CHECK() to makeGuy Harris1-8/+77
2012-11-02From Jim Young and updated by Max Romanov:Anders Broman1-12/+18
2012-07-07Use -D_FORTIFY_SOURCE=2 only if the gc optimization level is greater than 0.Bill Meier1-0/+46
2012-06-25From Tony Trinh:Anders Broman1-2/+2
2012-06-25From Tony Trinh:Anders Broman1-17/+26
2012-06-17Whitespace fixJörg Mayer1-1/+1
2012-06-02If the user tries to save a capture file atop a file that has all itsGuy Harris1-0/+22
2012-03-16Fix some comments and some indentation.Guy Harris1-9/+8
2012-03-16Put -D and -I flags into CPPFLAGS rather than into CFLAGS; that shouldGuy Harris1-79/+52
2012-03-16Have AC_WIRESHARK_GCC_CFLAGS_CHECK take an optional second flag toGuy Harris1-16/+74
2011-12-09Referring to pcap_version[] doesn't do what you want on at least someGuy Harris1-18/+0
2011-10-30From Kevin Hildebrand:Anders Broman1-1/+2
2011-10-05Add GeoIP IPv6 database support. Tested with GeoIP 1.4.7, but olderGerald Combs1-0/+7
2011-08-23Remove support for libpcre, we use GRegex in GLib.Stig Bjørlykke1-106/+0
2011-08-09Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5607 :Jeff Morriss1-1/+1
2011-06-11Use spaces uniformly in AC_WIRESHARK_PYTHON_CHECK.Guy Harris1-18/+23
2011-06-11Do the Python embedding similarly to other "default = yes, if available"Guy Harris1-0/+5
2011-05-03Don't bother checking for gzgets(), as we don't use it, and don't evenGuy Harris1-80/+54
2011-04-28After testing for the presence of python-config, fix typo so that we actuallyJeff Morriss1-4/+20
2011-04-20By default, clang only warns about unknown -W options, it doesn'tGuy Harris1-0/+9
2011-04-20Instead of having GCC and CLANG variables, just haveGuy Harris1-14/+16
2011-04-20First cut at support for clang. We may want to have specific items forGuy Harris1-4/+6
2010-07-13Add a "-d" flag to dumpcap, to print out the generated code for theGuy Harris1-1/+1
2010-06-05First check for the new GTK+/OS X integration functions, then the oldGuy Harris1-14/+16
2010-05-25From H.sivank: GtkOSXApplication support.Guy Harris1-3/+34
2010-05-09As of release 1.5, MIT Kerberos moved krb5.h to krb5/krb5.h. Check bothStephen Fisher1-2/+4
2010-05-06Just check for pcap_create(); it first appeared in libpcap 1.0.0, andGuy Harris1-3/+0
2010-05-06Checking in Stigs changes fromAnders Broman1-0/+3
2010-05-06Check for pcap_createAnders Broman1-0/+1
2010-02-19Don't say "Checking for broken pcap-config" if we don't have aGuy Harris1-8/+10
2009-12-11Put in missing comma.Guy Harris1-1/+1
2009-12-11Add the time zone abbreviation to the result of abs_time_to_str() andGuy Harris1-0/+34
2009-08-07- Add an AC macro to test linker flags.Jörg Mayer1-0/+30
2009-06-08Check for libpcap 1.0's broken pcap-config, which put a space between -LGuy Harris1-0/+26
2009-06-08Check for a pcap-config script (as provided by libpcap 1.x) and, if weGuy Harris1-46/+74
2009-06-03Don't reuse lua_dir in a for loop.Stig Bjørlykke1-4/+4
2009-06-03Fixed setting of LUA_INCLUDES when having extraneous lua heder directory.Stig Bjørlykke1-3/+25
2009-06-03Only give a failure message if configuring with --with-lua=yes.Stig Bjørlykke1-6/+17
2009-06-03Added check for extraneous lua header directories, as some systemsStig Bjørlykke1-3/+29
2009-06-03Use liblua by default, if available.Stig Bjørlykke1-1/+3
2009-05-29python binding for wireshark (first commit)Sebastien Tandel1-1/+54
2009-03-06From Petr Sumbera (bug 3305):Stig Bjørlykke1-1/+1
2008-12-23Fix bug #3152 for good.Stephen Fisher1-5/+8
2008-12-22Fix bug 3152: when searching for igemacintegration manually set GTK_LIBS toJeff Morriss1-1/+14
2008-12-21If we don't have any of the pcap_datalink_XXX_to_YYY routines,Guy Harris1-0/+1
2008-12-19After checking for ige_mac_menu_set_menu_bar reset CFLAGS and LIBSJeff Morriss1-0/+2
2008-11-18Require Lua 5.1 for Lua plugin.Balint Reczey1-50/+5
2008-10-27Add support for the GeoIP library. Using different database files,Gerald Combs1-0/+30