aboutsummaryrefslogtreecommitdiffstats
path: root/acinclude.m4
AgeCommit message (Expand)AuthorFilesLines
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
2015-02-04Simplify how we find Lua and expand the places we look.Jeff Morriss1-208/+93
2015-01-04No *pcap should have pcap_open() without the other remote extensions.Guy Harris1-4/+2
2014-12-09Qt: Initial VoIP Calls dialog.Gerald Combs1-0/+7
2014-09-28Add support for getting nanosecond time stamp resolution when capturing.Guy Harris1-1/+1
2014-08-22Cope with MIT being line wrapped when compiling with kerberosGarming Sam1-2/+2
2014-08-04Fix a comment.Guy Harris1-2/+4
2014-08-03Define INET6 in config.h rather than in the Makefile.Guy Harris1-7/+17
2014-07-01Don't check for -Wl,{option} support.Guy Harris1-27/+17
2014-07-01Fix comments to reflect reality.Guy Harris1-4/+8
2014-06-18If we don't check for something, don't print a result.Guy Harris1-2/+0
2014-06-18Don't do the check for clang/clang++.Guy Harris1-42/+0
2014-06-18Add -Werror when testing -m compiler flags.Guy Harris1-2/+18
2014-06-16Get rid of the last bits of Python, as they break the build.Guy Harris1-81/+0
2014-04-20Don't distinguish between "GCC" and "Clang" extra -W flags.Guy Harris1-1/+1
2014-03-09Try to improve the "Kerberos requested but not OpenSSL" message.Guy Harris1-1/+1
2013-12-26Fix configure-script errors with some versions of autoconf.Guy Harris1-0/+6
2013-12-26OK, "i686-apple-darwin11-llvm-g++-4.2 (GCC) 4.2.1 (Based on Apple Inc.Guy Harris1-18/+59
2013-12-24No need for quotes around the arguments to AC_MSG_ macros.Guy Harris1-2/+2
2013-12-24Some warning options are, for reasons not entirely obvious to me, notGuy Harris1-1/+42
2013-10-16Add checks to see if CC and/or CXX are Clang. Add "-Qunused-arguments"Gerald Combs1-0/+42