aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
AgeCommit message (Expand)AuthorFilesLines
2015-03-191.99.4 → 1.99.5.Gerald Combs1-1/+1
2015-03-08Revert "[Qt translations] create the .qm files during the build"Martin Kaiser1-23/+0
2015-03-07[Qt translations] create the .qm files during the buildMartin Kaiser1-0/+23
2015-03-051.99.3 → 1.99.4.Gerald Combs1-1/+1
2015-03-03Look for and use gethostbyname() if we don't have getaddrinfo(). Fail toJeff Morriss1-6/+27
2015-02-27wmem, unlike emem, doesn't use mmap(); remove some no-longer-needed checks.Guy Harris1-1/+1
2015-02-27We don't use gethostbyname2(), don't check for it.Guy Harris1-1/+1
2015-02-19Qt: Add more version and packaging information to the main window.Gerald Combs1-0/+2
2015-02-19Check whether emmintrin.h can be used *without* -msse4.2.Guy Harris1-19/+45
2015-02-18Add AddressSanitizer (ASAN) build optionAlexis La Goutte1-0/+18
2015-02-17Added JSON native file support.Dario Lombardo1-1/+0
2015-02-16OK, at least on my system uic is called uic-qt5, same for moc and rcc.Joerg Mayer1-51/+63
2015-02-16Trivial Dead assignment fixes in configurePeter Wu1-4/+5
2015-02-14Try to fix diagnostic suppression.Gerald Combs1-1/+1
2015-02-14Note why some header checks are done even if unnecessary on UN*X.Guy Harris1-0/+13
2015-02-14Don't check for C89 headers.Guy Harris1-1/+1
2015-02-14We use GLib's directory-reading routines, so we don't need <dire[cn]t.h>.Guy Harris1-1/+1
2015-02-06More emem removal.Jeff Morriss1-22/+0
2015-02-06Remove gethostbyaddr and gethostbyaddr2.Gerald Combs1-3/+3
2015-02-041.99.2 → 1.99.3.Gerald Combs1-1/+1
2015-02-04Only set HAVE_LUA if we, er, have Lua.Jeff Morriss1-0/+3
2015-02-04Simplify how we find Lua and expand the places we look.Jeff Morriss1-14/+12
2015-01-22Get us building with the subdir-objects automake option.Jeff Morriss1-1/+1
2015-01-21Link only the GUIs with SBC (if we have SBC). The other programs don'tJeff Morriss1-2/+0
2015-01-21Also support -xarch=sse_42 in the Sun C compiler for x86(-64).Guy Harris1-2/+25
2015-01-21Get rid of trailing blank.Guy Harris1-1/+1
2015-01-21Handle CFLAGS disabling SSE 4.2.Guy Harris1-4/+24
2015-01-19JSON dissector changed into heuristic dissector.Dario Lombardo1-0/+1
2015-01-12Error out if the user requests the SBC library but it's not found.Jeff Morriss1-3/+6
2015-01-08autotools: Add possibility to build without optional codec SBCMichal Labedzki1-4/+13
2015-01-06Revert e65f581ffa86f6bfd566a9b66ca2c882f465727f, whichJoerg Mayer1-0/+4
2015-01-05In CMake, check for thousands-grouping support in the GLib printf routines.Guy Harris1-1/+1
2014-12-27We require pkg-config to check for, for example, GLib.Guy Harris1-0/+3
2014-12-26Use getopt_long() for the first pass through the argument list.Guy Harris1-0/+19
2014-12-25Check for getopt_long(), not getopt().Guy Harris1-2/+2
2014-12-23Move popcount() to an optionally built part of wsutil for systems thatStephen Fisher1-0/+8
2014-12-20Use AC_SEARCH_LIBS() for math functions.Guy Harris1-8/+17
2014-12-20Handle floorl() the same way we handle other not-on-all-platforms functions.Guy Harris1-1/+8
2014-12-19Add a missing line related to previous two commitsStephen Fisher1-0/+1
2014-12-19Revert "Provide a floorl() function (which is currently only able to call GCC...Stephen Fisher1-1/+0
2014-12-19Provide a floorl() function (which is currently only able to call GCC'sStephen Fisher1-0/+1
2014-12-101.99.1 → 1.99.2.Gerald Combs1-1/+1
2014-12-05Look for python3 in addition to python in configure script.Stephen Fisher1-1/+1
2014-12-04Don't do the desktop integration stuff if we're not building Wireshark.Guy Harris1-0/+1
2014-12-04Don't do all the fd.o desktop integration stuff on OS X.Guy Harris1-0/+8
2014-11-16Add unused-const-variable (enable by default on new clang release)Alexis La Goutte1-1/+1
2014-11-05Allow the environment variable RCC to set before running configure toStephen Fisher1-0/+26
2014-11-04Revert "Follow a suggestion from libtoolize:"Guy Harris1-2/+0
2014-11-04Follow a suggestion from libtoolize:Stephen Fisher1-0/+2
2014-10-31For OS X, don't rigidly tie the SDK version to the minimum target version.Guy Harris1-7/+60