aboutsummaryrefslogtreecommitdiffstats
path: root/acinclude.m4
AgeCommit message (Expand)AuthorFilesLines
2014-04-20Don't distinguish between "GCC" and "Clang" extra -W flags.Guy Harris1-1/+1
2014-03-09Try to improve the "Kerberos requested but not OpenSSL" message.Guy Harris1-1/+1
2013-12-26Fix configure-script errors with some versions of autoconf.Guy Harris1-0/+6
2013-12-26OK, "i686-apple-darwin11-llvm-g++-4.2 (GCC) 4.2.1 (Based on Apple Inc.Guy Harris1-18/+59
2013-12-24No need for quotes around the arguments to AC_MSG_ macros.Guy Harris1-2/+2
2013-12-24Some warning options are, for reasons not entirely obvious to me, notGuy Harris1-1/+42
2013-10-16Add checks to see if CC and/or CXX are Clang. Add "-Qunused-arguments"Gerald Combs1-0/+42
2013-10-10Fix other HAVE_LUA entry.Guy Harris1-1/+1
2013-10-10Just describe HAVE_LUA as "Define to use Lua"; it's not tied to aGuy Harris1-1/+1
2013-09-18Revert "Prefer newer Lua versions"Balint Reczey1-1/+1
2013-09-18Prefer newer Lua versionsBalint Reczey1-1/+1
2013-09-14Fix a typo Jörg Mayer1-1/+1
2013-08-12Just check whether dladdr() is available; we check in the code whetherGuy Harris1-36/+0
2013-08-12On some platforms, to get dladdr() you need to link with -ldl. FirstGuy Harris1-0/+36
2013-07-24Add a AC_WIRESHARK_QT_MODULE_CHECK that checks for a particular QtGuy Harris1-67/+63
2013-07-24The files in aclocal-fallback are copies of .m4 files from variousGuy Harris1-0/+125
2013-07-02If the LHS of an "expr LHS : RHS" expression has an X added to avoidGuy Harris1-4/+4
2013-07-02Change additions from r50178 from if expr "$GCC_OPTION" to if exprStephen Fisher1-4/+4
2013-06-28Rename AC_WIRESHARK_GCC_CFLAGS_CHECK toGuy Harris1-3/+3
2013-06-28Change formatting in the hopes of making the code a bit easier to figureGuy Harris1-104/+102
2013-06-28When checking whether a given option should be added to the compilerGuy Harris1-28/+16
2013-06-27Don't assume that compilers not named "clang" will, by default, reportGuy Harris1-5/+22
2013-06-26Don't assume that compilers that need an extra option to report errors,Guy Harris1-15/+35
2013-06-26(Attempt to) fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8813 :Jeff Morriss1-5/+5
2013-03-06look for /usr/include/lua5.x directories to determine the lua versionMartin Kaiser1-1/+8
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