aboutsummaryrefslogtreecommitdiffstats
path: root/acinclude.m4
Commit message (Expand)AuthorAgeFilesLines
* Reorder some linker flags from most dependent to least dependentJoão Valverde2016-03-221-4/+3
* Remove ADNS supportJoão Valverde2016-03-211-31/+0
* Use AX_PROG_CC_FOR_BUILD macro to identify compiler targeting the build host.Eric Anderson2016-03-101-2/+2
* Revert "autotools: Use explicit zlib dependency build flags"João Valverde2016-03-031-40/+60
* autotools: Use explicit zlib dependency build flagsJoão Valverde2016-03-031-60/+40
* Lua configure.ac improvementsJoão Valverde2016-02-271-1/+12
* autotools: Display build flags in configure summaryJoão Valverde2016-02-231-6/+6
* autotools: Fix multiple repetitions of -L build flagsJoão Valverde2016-02-211-2/+2
* autotools: Use Qt flags only for building Qt GUIJoão Valverde2016-02-201-2/+0
* Fix Qt4 moc option argument and add build parametrizationJoão Valverde2016-02-031-1/+4
* autotools: Don't use "user variables" to set build flagsJoão Valverde2016-01-281-109/+105
* Revert "Don't use the printf command; it's not guaranteed to be there."Guy Harris2016-01-161-1/+1
* Don't use the printf command; it's not guaranteed to be there.Guy Harris2016-01-161-1/+1
* autotools: do not apply CFLAGS in reverse orderPeter Wu2015-11-261-20/+22
* Don't check whether the C++ compiler supports a flag if there isn't one.Guy Harris2015-11-251-93/+102
* Remove configure --enable-ipv6 optionJoão Valverde2015-11-231-118/+0
* acinclude.m4: Replace AS_ECHO_N with printfJoão Valverde2015-11-211-1/+1
* autotools: Fix extra-compiler-warnings for system headersJoão Valverde2015-11-211-1/+25
* extcap: add sshdump.Dario Lombardo2015-11-191-0/+37
* No RCS/CVS/SVN Ids any more.Guy Harris2015-10-081-2/+0
* Qt: Initial RTP playback.Gerald Combs2015-10-021-4/+6
* do not clobber user CFLAGSJeroen Roovers2015-09-181-14/+14
* Check if -fPIC is needed for Qt5 code to compileJeffrey Smith2015-09-101-0/+30
* Make .o files, not .cpp and .h files, depend on the ui_*.h files.Guy Harris2015-07-101-77/+39
* Make sure we get the Qt tools for the Qt version with which we're building.Guy Harris2015-07-081-66/+182
* Search for the Lua (version < 5.3) package first: it's the most common case.Jeff Morriss2015-06-111-1/+1
* Clean up --with-qt handling.Guy Harris2015-06-091-1/+1
* Update how we search for Lua with pkg-config.Jeff Morriss2015-06-081-18/+26
* switch to AC_PATH_TOOLMike Frysinger2015-05-281-3/+3
* Add a major version number argument to --with-qt.Guy Harris2015-04-131-22/+62
* Only add flags to CFLAGS_FOR_BUILD if $CC and $CC_FOR_BUILD are the same.Guy Harris2015-04-121-8/+16
* Have a #define for whether the capture buffer size can be set.Guy Harris2015-03-251-1/+8
* Look for and use gethostbyname() if we don't have getaddrinfo(). Fail toJeff Morriss2015-03-031-8/+35
* Actually define HAVE_GETADDRINFO if we find it.Jeff Morriss2015-02-261-17/+7
* Remove gethostbyaddr and gethostbyaddr2.Gerald Combs2015-02-061-7/+9
* Simplify how we find Lua and expand the places we look.Jeff Morriss2015-02-041-208/+93
* No *pcap should have pcap_open() without the other remote extensions.Guy Harris2015-01-041-4/+2
* Qt: Initial VoIP Calls dialog.Gerald Combs2014-12-091-0/+7
* Add support for getting nanosecond time stamp resolution when capturing.Guy Harris2014-09-281-1/+1
* Cope with MIT being line wrapped when compiling with kerberosGarming Sam2014-08-221-2/+2
* Fix a comment.Guy Harris2014-08-041-2/+4
* Define INET6 in config.h rather than in the Makefile.Guy Harris2014-08-031-7/+17
* Don't check for -Wl,{option} support.Guy Harris2014-07-011-27/+17
* Fix comments to reflect reality.Guy Harris2014-07-011-4/+8
* If we don't check for something, don't print a result.Guy Harris2014-06-181-2/+0
* Don't do the check for clang/clang++.Guy Harris2014-06-181-42/+0
* Add -Werror when testing -m compiler flags.Guy Harris2014-06-181-2/+18
* Get rid of the last bits of Python, as they break the build.Guy Harris2014-06-161-81/+0
* Don't distinguish between "GCC" and "Clang" extra -W flags.Guy Harris2014-04-201-1/+1
* Try to improve the "Kerberos requested but not OpenSSL" message.Guy Harris2014-03-091-1/+1