Fix: value string specified as a BASE_VAL64_STRING in
[metze/wireshark/wip.git] / acinclude.m4
2013-12-26 guyFix configure-script errors with some versions of autoconf.
2013-12-26 guyOK, "i686-apple-darwin11-llvm-g++-4.2 (GCC) 4.2.1 ...
2013-12-24 guyNo need for quotes around the arguments to AC_MSG_...
2013-12-24 guySome warning options are, for reasons not entirely...
2013-10-16 geraldAdd checks to see if CC and/or CXX are Clang. Add ...
2013-10-10 guyFix other HAVE_LUA entry.
2013-10-10 guyJust describe HAVE_LUA as "Define to use Lua"; it's...
2013-09-18 rbalintRevert "Prefer newer Lua versions"
2013-09-18 rbalintPrefer newer Lua versions
2013-09-14 jmayerFix a typo
2013-08-12 guyJust check whether dladdr() is available; we check...
2013-08-12 guyOn some platforms, to get dladdr() you need to link...
2013-07-24 guyAdd a AC_WIRESHARK_QT_MODULE_CHECK that checks for...
2013-07-24 guyThe files in aclocal-fallback are copies of .m4 files...
2013-07-02 guyIf the LHS of an "expr LHS : RHS" expression has an...
2013-07-02 sfisherChange additions from r50178 from if expr "$GCC_OPTION...
2013-06-28 guyRename AC_WIRESHARK_GCC_CFLAGS_CHECK to
2013-06-28 guyChange formatting in the hopes of making the code a...
2013-06-28 guyWhen checking whether a given option should be added...
2013-06-27 guyDon't assume that compilers not named "clang" will...
2013-06-26 guyDon't assume that compilers that need an extra option...
2013-06-26 morriss(Attempt to) fix https://bugs.wireshark.org/bugzilla...
2013-03-06 martinklook for /usr/include/lua5.x directories to determine...
2013-02-04 guyAdd the warning flags to CFLAGS_FOR_BUILD, so any build...
2013-01-04 morrissIn AC_WIRESHARK_GCC_CFLAGS_CHECK() don't check if ...
2012-12-09 guyAdd some additional arguments to AC_WIRESHARK_GCC_CFLAG...
2012-11-02 etxrabFrom Jim Young and updated by Max Romanov:
2012-07-07 wmeierUse -D_FORTIFY_SOURCE=2 only if the gc optimization...
2012-06-25 etxrabFrom Tony Trinh:
2012-06-25 etxrabFrom Tony Trinh:
2012-06-17 jmayerWhitespace fix
2012-06-02 guyIf the user tries to save a capture file atop a file...
2012-03-16 guyFix some comments and some indentation.
2012-03-16 guyPut -D and -I flags into CPPFLAGS rather than into...
2012-03-16 guyHave AC_WIRESHARK_GCC_CFLAGS_CHECK take an optional...
2011-12-09 guyReferring to pcap_version[] doesn't do what you want...
2011-10-30 etxrabFrom Kevin Hildebrand:
2011-10-05 geraldAdd GeoIP IPv6 database support. Tested with GeoIP...
2011-08-23 stigRemove support for libpcre, we use GRegex in GLib.
2011-08-09 morrissFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2011-06-11 guyUse spaces uniformly in AC_WIRESHARK_PYTHON_CHECK.
2011-06-11 guyDo the Python embedding similarly to other "default...
2011-05-03 guyDon't bother checking for gzgets(), as we don't use...
2011-04-28 morrissAfter testing for the presence of python-config, fix...
2011-04-20 guyBy default, clang only warns about unknown -W options...
2011-04-20 guyInstead of having GCC and CLANG variables, just have
2011-04-20 guyFirst cut at support for clang. We may want to have...
2010-07-13 guyAdd a "-d" flag to dumpcap, to print out the generated...
2010-06-05 guyFirst check for the new GTK+/OS X integration functions...
2010-05-25 guyFrom H.sivank: GtkOSXApplication support.
2010-05-09 sfisherAs of release 1.5, MIT Kerberos moved krb5.h to krb5...
2010-05-06 guyJust check for pcap_create(); it first appeared in...
2010-05-06 etxrabChecking in Stigs changes from
2010-05-06 etxrabCheck for pcap_create
2010-02-19 guyDon't say "Checking for broken pcap-config" if we don...
2009-12-11 guyPut in missing comma.
2009-12-11 guyAdd the time zone abbreviation to the result of abs_tim...
2009-08-07 jmayer- Add an AC macro to test linker flags.
2009-06-08 guyCheck for libpcap 1.0's broken pcap-config, which put...
2009-06-08 guyCheck for a pcap-config script (as provided by libpcap...
2009-06-03 stigDon't reuse lua_dir in a for loop.
2009-06-03 stigFixed setting of LUA_INCLUDES when having extraneous...
2009-06-03 stigOnly give a failure message if configuring with --with...
2009-06-03 stigAdded check for extraneous lua header directories,...
2009-06-03 stigUse liblua by default, if available.
2009-05-29 standelpython binding for wireshark (first commit)
2009-03-06 stigFrom Petr Sumbera (bug 3305):
2008-12-23 sfisherFix bug #3152 for good.
2008-12-22 morrissFix bug 3152: when searching for igemacintegration...
2008-12-21 guyIf we don't have any of the pcap_datalink_XXX_to_YYY...
2008-12-19 morrissAfter checking for ige_mac_menu_set_menu_bar reset...
2008-11-18 rbalintRequire Lua 5.1 for Lua plugin.
2008-10-27 geraldAdd support for the GeoIP library. Using different...
2008-10-26 sfisherTweak Mac IGE integration detection so that it can...
2008-10-24 geraldAdd an option to look for the presence of Imendio's...
2008-08-08 geraldAdd support for c-ares to the GNU toolchain.
2008-07-04 guyIf we have pcap_free_datalinks(), use it. If not,...
2008-05-05 guyRequire GLib 2.4 or later.
2008-04-20 guyDon't define AC_WIRESHARK_CHECK_64BIT_FORMAT twice...
2008-04-07 sfisherRemove GTK1 code.
2008-02-07 guyOnly check for pcap_breakloop()'s "usability" if it...
2007-12-04 kukosaSupport for RPCAP features in GUI (from Boris Misenov...
2007-11-20 geraldIf libcap is present, have dumpcap use it to drop privi...
2007-09-24 jmayerGet rid of the remains of NET-SNMP in the build process.
2007-06-13 jakeYAE2W
2007-05-29 sahlbergwe dont link with g_snprintf in the configure for gtk1...
2007-05-29 guyCheck for G_GINT64_MODIFIER in Wireshark as we do in...
2007-04-22 standelupdate of AC_WIRESHARK_PCAP_CHECK to detect if pcap...
2007-04-22 standeladding AC_(WIRESHARK|WIRETAP)_GCC_CFLAGS_OPTION macro...
2007-01-04 legothe -lm flag might be needed to link lua
2006-12-08 jmayerGet rid of UCD SNMP support (it's not longer supported and
2006-11-26 morrissBug 1246: From Eric Hall, fix typo: s/NETSNMPCNFIG...
2006-10-26 jmayerDon't include /usr/local if usage of /usr/local has...
2006-10-19 guySet want_portaudio to yes if we'll be building with...
2006-09-27 jmayerChange some messages when ucd snmp is found but --with-ssl
2006-09-12 guyAC_CHECK_TYPE already prints a "checking for" message...
2006-09-05 jmayerrtp_player.c will now compile with the new API, althoug...
2006-09-04 guyAC_CHECK_TYPE outputs a "Checking..." message; we don...
2006-09-04 jmayerAfter some reading it is clear that the code was writte...
2006-09-04 jmayerUse portaudio if it's there. Check that we have the...
next