aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
AgeCommit message (Expand)AuthorFilesLines
2015-10-07Don't just ask for C, ask for standard C - preferably C99.Guy Harris1-1/+5
2015-10-05Initialize 2.1.Gerald Combs1-3/+3
2015-10-05Allow use of variadic macrosPeter Wu1-0/+1
2015-10-02Qt: Initial RTP playback.Gerald Combs1-4/+11
2015-10-01Set the minimum Qt version to 4.7.Gerald Combs1-1/+1
2015-09-16Don't force Lua support in RPMs (some distros don't ship a compatible LuaJeff Morriss1-1/+10
2015-09-021.99.9 → 1.99.10.Gerald Combs1-1/+1
2015-07-241.99.8 → 1.99.9.Gerald Combs1-1/+1
2015-07-13On OS X, add an rpath for the Qt frameworks, and remove it in the app bundle.Guy Harris1-1/+21
2015-07-13Make OS X .app bundling work with Qt 5.5.Guy Harris1-10/+2
2015-07-12Update a comment.Guy Harris1-1/+2
2015-07-10Update library release dates.Gerald Combs1-2/+8
2015-07-10Make .o files, not .cpp and .h files, depend on the ui_*.h files.Guy Harris1-27/+16
2015-07-09Clean up the "Build wireshark" message.Guy Harris1-1/+2
2015-07-08Make sure we get the Qt tools for the Qt version with which we're building.Guy Harris1-67/+26
2015-06-181.99.7 → 1.99.8Gerald Combs1-1/+1
2015-06-16Disable AirPcap by default in Autotools.Gerald Combs1-2/+4
2015-06-09Clean up --with-qt handling.Guy Harris1-6/+13
2015-05-31configure.ac: openSUSE build fixBart Van Assche1-85/+58
2015-05-281.99.6 → 1.99.7.Gerald Combs1-1/+1
2015-05-22allow use of deprecated gdk-pixbuf functionsAndreas Stieger1-1/+0
2015-05-08Add some more warnings when building with Sun^WOracle's C compiler.Guy Harris1-0/+7
2015-05-06Fix configuration with --without-qt and with no --with-gtk[23].Guy Harris1-1/+10
2015-04-29Fix typo: we already checked for rcc and rcc-qt5, now it's time to check forJeff Morriss1-98/+98
2015-04-29When configuring with Wireshark disabled, don't complain if uic, moc, and rccJeff Morriss1-3/+3
2015-04-13Add a major version number argument to --with-qt.Guy Harris1-7/+22
2015-04-12Only add flags to CFLAGS_FOR_BUILD if $CC and $CC_FOR_BUILD are the same.Guy Harris1-1/+9
2015-04-08extcap: Add support for Android - androiddumpMichal Labedzki1-0/+33
2015-03-30Work around a Linux bonding driver bug (and the lack of a libpcap workaround).Guy Harris1-0/+11
2015-03-25Always use html2text.py for FAQ, improve outputPeter Wu1-8/+4
2015-03-201.99.5 → 1.99.6.Gerald Combs1-1/+1
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