aboutsummaryrefslogtreecommitdiffstats
path: root/acinclude.m4
AgeCommit message (Expand)AuthorFilesLines
2015-04-13Add a major version number argument to --with-qt.Guy Harris1-22/+62
2015-04-12Only add flags to CFLAGS_FOR_BUILD if $CC and $CC_FOR_BUILD are the same.Guy Harris1-8/+16
2015-03-25Have a #define for whether the capture buffer size can be set.Guy Harris1-1/+8
2015-03-03Look for and use gethostbyname() if we don't have getaddrinfo(). Fail toJeff Morriss1-8/+35
2015-02-26Actually define HAVE_GETADDRINFO if we find it.Jeff Morriss1-17/+7
2015-02-06Remove gethostbyaddr and gethostbyaddr2.Gerald Combs1-7/+9
2015-02-04Simplify how we find Lua and expand the places we look.Jeff Morriss1-208/+93
2015-01-04No *pcap should have pcap_open() without the other remote extensions.Guy Harris1-4/+2
2014-12-09Qt: Initial VoIP Calls dialog.Gerald Combs1-0/+7
2014-09-28Add support for getting nanosecond time stamp resolution when capturing.Guy Harris1-1/+1
2014-08-22Cope with MIT being line wrapped when compiling with kerberosGarming Sam1-2/+2
2014-08-04Fix a comment.Guy Harris1-2/+4
2014-08-03Define INET6 in config.h rather than in the Makefile.Guy Harris1-7/+17
2014-07-01Don't check for -Wl,{option} support.Guy Harris1-27/+17
2014-07-01Fix comments to reflect reality.Guy Harris1-4/+8
2014-06-18If we don't check for something, don't print a result.Guy Harris1-2/+0
2014-06-18Don't do the check for clang/clang++.Guy Harris1-42/+0
2014-06-18Add -Werror when testing -m compiler flags.Guy Harris1-2/+18
2014-06-16Get rid of the last bits of Python, as they break the build.Guy Harris1-81/+0
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