March 3, 2009
View e4fb91d

attempt to fix AC_C_BIGENDIAN action-if-universal, regenerate files.

Török Edvin authored on 2009/03/03 05:12:13
View 5348fa8

bb#1443 please don't touch the build stuff for a coupel of hours so i can easily revert this commit

aCaB authored on 2009/03/03 01:39:54
February 23, 2009
View 8db0a34

clamdtop moved to toplevel + manpage.

Török Edvin authored on 2009/02/23 21:35:34
February 21, 2009
View 15b3dc2

add --with-system-tommath

aCaB authored on 2009/02/21 18:26:34
January 27, 2009
View 47d40fe

libclamav: use LibTomMath by Tom St Denis instead of libgmp for multiple precision integer arithmetic (bb#1366)

Tomasz Kojm authored on 2009/01/27 04:47:02
December 8, 2008
View 3be4ac3

drop useless checks

aCaB authored on 2008/12/08 00:12:07
November 10, 2008
View 094104a

preliminary dlopen support for libclamunrar - this is mostly libtool stuff

aCaB authored on 2008/11/10 03:23:04
November 6, 2008
View 6a21552

have configure define NDEBUG unless we use --enable-debug, instead of having to #ifndef CL_DEBUG #define NDEBUG #endif in each .c file that uses assert. If you want assertions enabled you'll need to use --enable-debug to configure, as until now, no change there.

Török Edvin authored on 2008/11/06 23:27:18
November 1, 2008
View 946bd26

merge mempool branch

aCaB authored on 2008/11/01 11:39:00
October 29, 2008
View 0281fb4

32 and 64 bit pools

aCaB authored on 2008/10/29 07:45:31
October 9, 2008
View b105842

when --disable-gcc-vcheck is set, set CFLAGS to O0 and append -broken-compiler to the VERSION (bb #684) introduce VERSION_SUFFIX for easier handling, and convert -exp to use it

Török Edvin authored on 2008/10/09 18:00:26
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