aboutsummaryrefslogtreecommitdiffstats
path: root/acinclude.m4
Commit message (Expand)AuthorAgeFilesLines
* Remove gethostbyaddr and gethostbyaddr2.Gerald Combs2015-02-061-7/+9
* Simplify how we find Lua and expand the places we look.Jeff Morriss2015-02-041-208/+93
* No *pcap should have pcap_open() without the other remote extensions.Guy Harris2015-01-041-4/+2
* Qt: Initial VoIP Calls dialog.Gerald Combs2014-12-091-0/+7
* Add support for getting nanosecond time stamp resolution when capturing.Guy Harris2014-09-281-1/+1
* Cope with MIT being line wrapped when compiling with kerberosGarming Sam2014-08-221-2/+2
* Fix a comment.Guy Harris2014-08-041-2/+4
* Define INET6 in config.h rather than in the Makefile.Guy Harris2014-08-031-7/+17
* Don't check for -Wl,{option} support.Guy Harris2014-07-011-27/+17
* Fix comments to reflect reality.Guy Harris2014-07-011-4/+8
* If we don't check for something, don't print a result.Guy Harris2014-06-181-2/+0
* Don't do the check for clang/clang++.Guy Harris2014-06-181-42/+0
* Add -Werror when testing -m compiler flags.Guy Harris2014-06-181-2/+18
* Get rid of the last bits of Python, as they break the build.Guy Harris2014-06-161-81/+0
* Don't distinguish between "GCC" and "Clang" extra -W flags.Guy Harris2014-04-201-1/+1
* Try to improve the "Kerberos requested but not OpenSSL" message.Guy Harris2014-03-091-1/+1
* Fix configure-script errors with some versions of autoconf.Guy Harris2013-12-261-0/+6
* OK, "i686-apple-darwin11-llvm-g++-4.2 (GCC) 4.2.1 (Based on Apple Inc.Guy Harris2013-12-261-18/+59
* No need for quotes around the arguments to AC_MSG_ macros.Guy Harris2013-12-241-2/+2
* Some warning options are, for reasons not entirely obvious to me, notGuy Harris2013-12-241-1/+42
* 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