September 11, 2008
View 15d6731

allow 'make check' to work even if check is not installed by skipping checks that require it. (bb #1157) if configure is not able to find check, you can use --with-libcheck-prefix, instead of CHECK_CFLAGS and CHECK_LIBS. remove accidental AC_DEFINE GETHOSTBYNAME_R_6 from last commit.

Török Edvin authored on 2008/09/11 20:02:12
View 3027857

configure: use getaddrinfo() whenever available (can be disabled with --disable-getaddrinfo); --disable-ipv6 now only disables support for IPv6 addresses in getaddrinfo() (bb#1165)

Tomasz Kojm authored on 2008/09/11 03:11:00
View 6d48ea8

update libtool - bb#1162

aCaB authored on 2008/09/11 01:09:20
August 26, 2008
View 4a40b66

replace AC_FUNC_MMAP: check only for MAP_PRIVATE and not MAP_FIXED (bb #1140) HP-UX: zlib in non-standard path, LIBS got set to -lz, but -L was missing, just restore LIBS and don't touch it

Török Edvin authored on 2008/08/26 21:45:20
August 6, 2008
View 55144c4

work around non reentrant lresolv

aCaB authored on 2008/08/06 09:27:36
July 12, 2008
View b54eb31

freshclam: IPv6 support (bb#715)

Tomasz Kojm authored on 2008/07/12 03:39:40
July 11, 2008
View 232c4b7

add unit tests for binaries enable unit tests by default (if check is available) add --enable-coverage to run gcov/lcov add --enable-tests-install to install test files

Török Edvin authored on 2008/07/11 02:08:41
July 5, 2008
View 600a7f2

configure, clamd: fix compilation error on systems without pthread_yield() (bb#1058)

Tomasz Kojm authored on 2008/07/05 01:34:30
May 10, 2008
View 725a296

build system: add configure checks for FD passing m4/fdpassing.m4: move all FD passing checks here clamd/session.[ch], scanner.[ch]: contrib/clamd_fdscan: add rfc2292/bsd4.4 style file descriptor passing support this code is from Marc Balmer <marc*msys.ch>, with some portability fixes applied

Török Edvin authored on 2008/05/10 06:12:28
April 21, 2008
View e8d1666

configure: explicitly link freshclam with zlib, better zlib checks (bb #935)

Török Edvin authored on 2008/04/21 23:59:53
April 8, 2008
View 71a282f

AC_CHECK_LIB 3rd argument was empty, and this causes '-lcheck' to be added to LIBS. This caused all executables to be linked against libcheck on some platforms. We only need to link with libcheck the unit-test, so avoid this by specifying a command as 3rd arg. Regenerate configure & Makefiles.

Török Edvin authored on 2008/04/08 21:40:45
March 13, 2008
View fe473bc

add initial support for unit tests

Tomasz Kojm authored on 2008/03/13 19:44:34
January 31, 2008
View 6053d09

allow to specify libgmp location, by using --with-libgmp-prefix, by default current prefix is also searched allow to specify libb2 location, by using --with-bz2-prefix, by default current prefix is also searched locating gmp and bz2 works by default on OpenBSD (bb #301) move local m4 macros to m4/ import lib-link.m4 and dependent files quoting for autoconf macros (bb #452)

Török Edvin authored on 2008/01/31 21:07:57
View 7d39618

fix quoting of version.

Török Edvin authored on 2008/01/31 06:33:27
View 8b46ba3

add AC_C_RESTRICT (bb #452)

Török Edvin authored on 2008/01/31 06:12:43