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
View 4c56bff

build system modernization: (based on suggestion from Markus Elfring <Markus.Elfring*web.de> in bb #452) * use AC_CONFIG_HEADER, since AM_CONFIG_HEADER is obsolete * put configure files into auxiliary directory * fix main declaration in FD_SETSIZE test * check for failure on fopen in FD_SETSIZE test * move version from AM_INIT_AUTOMAKE to AC_INIT, old form was obsolete * eliminate automake warnings, update Makefile.am * rename .splitted to .split (requested by aCaB)

Török Edvin authored on 2008/01/31 06:06:36
January 22, 2008
View 1d64380

drop internal snprintf implementation

Tomasz Kojm authored on 2008/01/22 02:38:42
January 7, 2008
View 6eac0e0

improve iconv() detection, by actually trying to link a test-program (bb #599).

Török Edvin authored on 2008/01/07 03:06:56