osx-app.sh: Fix bundling.
[metze/wireshark/wip.git] / acinclude.m4
2015-10-08 Guy HarrisNo RCS/CVS/SVN Ids any more.
2015-10-02 Gerald CombsQt: Initial RTP playback.
2015-09-18 Jeroen Rooversdo not clobber user CFLAGS
2015-09-10 Jeffrey SmithCheck if -fPIC is needed for Qt5 code to compile
2015-07-10 Guy HarrisMake .o files, not .cpp and .h files, depend on the...
2015-07-08 Guy HarrisMake sure we get the Qt tools for the Qt version with...
2015-06-11 Jeff MorrissSearch for the Lua (version < 5.3) package first: it...
2015-06-09 Guy HarrisClean up --with-qt handling.
2015-06-08 Jeff MorrissUpdate how we search for Lua with pkg-config.
2015-05-28 Mike Frysingerswitch to AC_PATH_TOOL
2015-04-13 Guy HarrisAdd a major version number argument to --with-qt.
2015-04-12 Guy HarrisOnly add flags to CFLAGS_FOR_BUILD if $CC and $CC_FOR_B...
2015-03-25 Guy HarrisHave a #define for whether the capture buffer size...
2015-03-03 Jeff MorrissLook for and use gethostbyname() if we don't have getad...
2015-02-26 Jeff MorrissActually define HAVE_GETADDRINFO if we find it.
2015-02-06 Gerald CombsRemove gethostbyaddr and gethostbyaddr2.
2015-02-04 Jeff MorrissSimplify how we find Lua and expand the places we look.
2015-01-04 Guy HarrisNo *pcap should have pcap_open() without the other...
2014-12-09 Gerald CombsQt: Initial VoIP Calls dialog.
2014-09-28 Guy HarrisAdd support for getting nanosecond time stamp resolutio...
2014-08-22 Garming SamCope with MIT being line wrapped when compiling with...
2014-08-04 Guy HarrisFix a comment.
2014-08-03 Guy HarrisDefine INET6 in config.h rather than in the Makefile.
2014-07-01 Guy HarrisDon't check for -Wl,{option} support.
2014-07-01 Guy HarrisFix comments to reflect reality.
2014-06-18 Guy HarrisIf we don't check for something, don't print a result.
2014-06-18 Guy HarrisDon't do the check for clang/clang++.
2014-06-18 Guy HarrisAdd -Werror when testing -m compiler flags.
2014-06-16 Guy HarrisGet rid of the last bits of Python, as they break the...
2014-04-20 Guy HarrisDon't distinguish between "GCC" and "Clang" extra ...
2014-03-09 Guy HarrisTry to improve the "Kerberos requested but not OpenSSL...
2013-12-26 Guy HarrisFix configure-script errors with some versions of autoconf.
2013-12-26 Guy HarrisOK, "i686-apple-darwin11-llvm-g++-4.2 (GCC) 4.2.1 ...
2013-12-24 Guy HarrisNo need for quotes around the arguments to AC_MSG_...
2013-12-24 Guy HarrisSome warning options are, for reasons not entirely...
2013-10-16 Gerald CombsAdd checks to see if CC and/or CXX are Clang. Add ...
2013-10-10 Guy HarrisFix other HAVE_LUA entry.
2013-10-10 Guy HarrisJust describe HAVE_LUA as "Define to use Lua"; it's...
2013-09-18 Balint ReczeyRevert "Prefer newer Lua versions"
2013-09-18 Balint ReczeyPrefer newer Lua versions
2013-09-14 Jörg MayerFix a typo
2013-08-12 Guy HarrisJust check whether dladdr() is available; we check...
2013-08-12 Guy HarrisOn some platforms, to get dladdr() you need to link...
2013-07-24 Guy HarrisAdd a AC_WIRESHARK_QT_MODULE_CHECK that checks for...
2013-07-24 Guy HarrisThe files in aclocal-fallback are copies of .m4 files...
2013-07-02 Guy HarrisIf the LHS of an "expr LHS : RHS" expression has an...
2013-07-02 Stephen FisherChange additions from r50178 from if expr "$GCC_OPTION...
2013-06-28 Guy HarrisRename AC_WIRESHARK_GCC_CFLAGS_CHECK to
2013-06-28 Guy HarrisChange formatting in the hopes of making the code a...
2013-06-28 Guy HarrisWhen checking whether a given option should be added...
2013-06-27 Guy HarrisDon't assume that compilers not named "clang" will...
2013-06-26 Guy HarrisDon't assume that compilers that need an extra option...
2013-06-26 Jeff Morriss(Attempt to) fix https://bugs.wireshark.org/bugzilla...
2013-03-06 Martin Kaiserlook for /usr/include/lua5.x directories to determine...
2013-02-04 Guy HarrisAdd the warning flags to CFLAGS_FOR_BUILD, so any build...
2013-01-04 Jeff MorrissIn AC_WIRESHARK_GCC_CFLAGS_CHECK() don't check if ...
2012-12-09 Guy HarrisAdd some additional arguments to AC_WIRESHARK_GCC_CFLAG...
2012-11-02 Anders BromanFrom Jim Young and updated by Max Romanov:
2012-07-07 Bill MeierUse -D_FORTIFY_SOURCE=2 only if the gc optimization...
2012-06-25 Anders BromanFrom Tony Trinh:
2012-06-25 Anders BromanFrom Tony Trinh:
2012-06-17 Jörg MayerWhitespace fix
2012-06-02 Guy HarrisIf the user tries to save a capture file atop a file...
2012-03-16 Guy HarrisFix some comments and some indentation.
2012-03-16 Guy HarrisPut -D and -I flags into CPPFLAGS rather than into...
2012-03-16 Guy HarrisHave AC_WIRESHARK_GCC_CFLAGS_CHECK take an optional...
2011-12-09 Guy HarrisReferring to pcap_version[] doesn't do what you want...
2011-10-30 Anders BromanFrom Kevin Hildebrand:
2011-10-05 Gerald CombsAdd GeoIP IPv6 database support. Tested with GeoIP...
2011-08-23 Stig BjørlykkeRemove support for libpcre, we use GRegex in GLib.
2011-08-09 Jeff MorrissFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2011-06-11 Guy HarrisUse spaces uniformly in AC_WIRESHARK_PYTHON_CHECK.
2011-06-11 Guy HarrisDo the Python embedding similarly to other "default...
2011-05-03 Guy HarrisDon't bother checking for gzgets(), as we don't use...
2011-04-28 Jeff MorrissAfter testing for the presence of python-config, fix...
2011-04-20 Guy HarrisBy default, clang only warns about unknown -W options...
2011-04-20 Guy HarrisInstead of having GCC and CLANG variables, just have
2011-04-20 Guy HarrisFirst cut at support for clang. We may want to have...
2010-07-13 Guy HarrisAdd a "-d" flag to dumpcap, to print out the generated...
2010-06-05 Guy HarrisFirst check for the new GTK+/OS X integration functions...
2010-05-25 Guy HarrisFrom H.sivank: GtkOSXApplication support.
2010-05-09 Stephen FisherAs of release 1.5, MIT Kerberos moved krb5.h to krb5...
2010-05-06 Guy HarrisJust check for pcap_create(); it first appeared in...
2010-05-06 Anders BromanChecking in Stigs changes from
2010-05-06 Anders BromanCheck for pcap_create
2010-02-19 Guy HarrisDon't say "Checking for broken pcap-config" if we don...
2009-12-11 Guy HarrisPut in missing comma.
2009-12-11 Guy HarrisAdd the time zone abbreviation to the result of abs_tim...
2009-08-07 Jörg Mayer- Add an AC macro to test linker flags.
2009-06-08 Guy HarrisCheck for libpcap 1.0's broken pcap-config, which put...
2009-06-08 Guy HarrisCheck for a pcap-config script (as provided by libpcap...
2009-06-03 Stig BjørlykkeDon't reuse lua_dir in a for loop.
2009-06-03 Stig BjørlykkeFixed setting of LUA_INCLUDES when having extraneous...
2009-06-03 Stig BjørlykkeOnly give a failure message if configuring with --with...
2009-06-03 Stig BjørlykkeAdded check for extraneous lua header directories,...
2009-06-03 Stig BjørlykkeUse liblua by default, if available.
2009-05-29 Sebastien Tandelpython binding for wireshark (first commit)
2009-03-06 Stig BjørlykkeFrom Petr Sumbera (bug 3305):
2008-12-23 Stephen FisherFix bug #3152 for good.
2008-12-22 Jeff MorrissFix bug 3152: when searching for igemacintegration...
next