aboutsummaryrefslogtreecommitdiffstats
path: root/acinclude.m4
AgeCommit message (Expand)AuthorFilesLines
2016-12-02Do *NOT* strip newlines from the standard input of sed.Guy Harris1-1/+1
2016-10-17cql: add lz4 and snappy decompressionBenoît Canet1-0/+160
2016-10-13Remove nghttp2 code and use system' nghttp2Balint Reczey1-0/+28
2016-07-06configure: Check for working lreleaseJoão Valverde1-0/+13
2016-06-27autotools: Qt 5.7 requires C++11João Valverde1-0/+8
2016-06-13extcap: Check libssh >= 0.6.0 for sshdump, ciscodumpJohn A. Thacker1-5/+17
2016-05-12autotools: Move OSX autoconf macros to ws_osx.m4João Valverde1-78/+0
2016-04-25autotools: use AM_CONDITIONAL for rpm build ruleJoão Valverde1-20/+0
2016-04-04Rename "libz" to "zlib"João Valverde1-1/+1
2016-04-02Use AC_PROG_SEDJoão Valverde1-15/+0
2016-04-02Use AC_CHECK_MEMBERSJoão Valverde1-45/+0
2016-04-02Use AC_STRUCT_TIMEZONEJoão Valverde1-34/+0
2016-03-25Improve configure script messageJoão Valverde1-1/+1
2016-03-25Add ax_lib_socket_nsl.m4 macroJoão Valverde1-86/+13
2016-03-23configure.ac: Remove --enable-usr-localJoão Valverde1-29/+2
2016-03-22Reorder some linker flags from most dependent to least dependentJoão Valverde1-4/+3
2016-03-21Remove ADNS supportJoão Valverde1-31/+0
2016-03-10Use AX_PROG_CC_FOR_BUILD macro to identify compiler targeting the build host.Eric Anderson1-2/+2
2016-03-03Revert "autotools: Use explicit zlib dependency build flags"João Valverde1-40/+60
2016-03-03autotools: Use explicit zlib dependency build flagsJoão Valverde1-60/+40
2016-02-27Lua configure.ac improvementsJoão Valverde1-1/+12
2016-02-23autotools: Display build flags in configure summaryJoão Valverde1-6/+6
2016-02-21autotools: Fix multiple repetitions of -L build flagsJoão Valverde1-2/+2
2016-02-20autotools: Use Qt flags only for building Qt GUIJoão Valverde1-2/+0
2016-02-03Fix Qt4 moc option argument and add build parametrizationJoão Valverde1-1/+4
2016-01-28autotools: Don't use "user variables" to set build flagsJoão Valverde1-109/+105
2016-01-16Revert "Don't use the printf command; it's not guaranteed to be there."Guy Harris1-1/+1
2016-01-16Don't use the printf command; it's not guaranteed to be there.Guy Harris1-1/+1
2015-11-26autotools: do not apply CFLAGS in reverse orderPeter Wu1-20/+22
2015-11-25Don't check whether the C++ compiler supports a flag if there isn't one.Guy Harris1-93/+102
2015-11-23Remove configure --enable-ipv6 optionJoão Valverde1-118/+0
2015-11-21acinclude.m4: Replace AS_ECHO_N with printfJoão Valverde1-1/+1
2015-11-21autotools: Fix extra-compiler-warnings for system headersJoão Valverde1-1/+25
2015-11-19extcap: add sshdump.Dario Lombardo1-0/+37
2015-10-08No RCS/CVS/SVN Ids any more.Guy Harris1-2/+0
2015-10-02Qt: Initial RTP playback.Gerald Combs1-4/+6
2015-09-18do not clobber user CFLAGSJeroen Roovers1-14/+14
2015-09-10Check if -fPIC is needed for Qt5 code to compileJeffrey Smith1-0/+30
2015-07-10Make .o files, not .cpp and .h files, depend on the ui_*.h files.Guy Harris1-77/+39
2015-07-08Make sure we get the Qt tools for the Qt version with which we're building.Guy Harris1-66/+182
2015-06-11Search for the Lua (version < 5.3) package first: it's the most common case.Jeff Morriss1-1/+1
2015-06-09Clean up --with-qt handling.Guy Harris1-1/+1
2015-06-08Update how we search for Lua with pkg-config.Jeff Morriss1-18/+26
2015-05-28switch to AC_PATH_TOOLMike Frysinger1-3/+3
2015-04-13Add a major version number argument to --with-qt.Guy Harris1-22/+62
2015-04-12Only add flags to CFLAGS_FOR_BUILD if $CC and $CC_FOR_BUILD are the same.Guy Harris1-8/+16
2015-03-25Have a #define for whether the capture buffer size can be set.Guy Harris1-1/+8
2015-03-03Look for and use gethostbyname() if we don't have getaddrinfo(). Fail toJeff Morriss1-8/+35
2015-02-26Actually define HAVE_GETADDRINFO if we find it.Jeff Morriss1-17/+7
2015-02-06Remove gethostbyaddr and gethostbyaddr2.Gerald Combs1-7/+9