aboutsummaryrefslogtreecommitdiffstats
path: root/acinclude.m4
Commit message (Expand)AuthorAgeFilesLines
* configure: Check for working lreleaseJoão Valverde2016-07-061-0/+13
* autotools: Qt 5.7 requires C++11João Valverde2016-06-271-0/+8
* extcap: Check libssh >= 0.6.0 for sshdump, ciscodumpJohn A. Thacker2016-06-131-5/+17
* autotools: Move OSX autoconf macros to ws_osx.m4João Valverde2016-05-121-78/+0
* autotools: use AM_CONDITIONAL for rpm build ruleJoão Valverde2016-04-251-20/+0
* Rename "libz" to "zlib"João Valverde2016-04-041-1/+1
* Use AC_PROG_SEDJoão Valverde2016-04-021-15/+0
* Use AC_CHECK_MEMBERSJoão Valverde2016-04-021-45/+0
* Use AC_STRUCT_TIMEZONEJoão Valverde2016-04-021-34/+0
* Improve configure script messageJoão Valverde2016-03-251-1/+1
* Add ax_lib_socket_nsl.m4 macroJoão Valverde2016-03-251-86/+13
* configure.ac: Remove --enable-usr-localJoão Valverde2016-03-231-29/+2
* 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