November 10, 2008
View 674cc58

fix build on AIX: for some odd reason `echo target.h` was producing 'x', so don't use `echo ifelse(...`, since ifelse is expanded by aclocal anyway

Török Edvin authored on 2008/11/10 23:09:31
October 30, 2008
View 4fbb076

fix flags

Török Edvin authored on 2008/10/30 17:49:48
View fd9379f

fix make distcheck on gcc < 4.3 (bb #1259)

Török Edvin authored on 2008/10/30 04:06:20
October 11, 2008
View a66b62f

handle unfinishes string tokens in JS parser

Török Edvin authored on 2008/10/11 19:27:27
October 4, 2008
View ae685a7

link to libclamunrar_iface explicitly to allow non-rpath builds to work. (bb #1203) Thanks to James Ralston <ralston*pobox.com>

Török Edvin authored on 2008/10/04 02:11:59
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 6d48ea8

update libtool - bb#1162

aCaB authored on 2008/09/11 01:09:20
September 2, 2008
View 2d75763

revert last commit, it breaks bzip2 detection in /usr/local

Török Edvin authored on 2008/09/02 20:52:53
View 8179270

if pkg-config cannot find check look in standard places for check (such as /usr/local/lib)

Török Edvin authored on 2008/09/02 17:40:27
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 25, 2008
View 7959343

allow make distcheck to succeed (bb #1142) fix some more warnings filter -Werror in clamav-milter.c

Török Edvin authored on 2008/08/25 23:18:48
View f7e2294

fix compiler warnings, and adjust cflags (bb #1142) configure: if SENDMAIL_VERSION_A cannot be determined, check for smfi_opensocket, and assume version 8.13. For example this happens if you have postfix installed instead of sendmail

Török Edvin authored on 2008/08/25 21:50:09
August 22, 2008
View 5cd3f73

add lots of warnings flags to 'make distcheck', and turn some warnings into errors (bb #1092)

Török Edvin authored on 2008/08/22 05:21:43
August 6, 2008
View 55144c4

work around non reentrant lresolv

aCaB authored on 2008/08/06 09:27:36
August 4, 2008
View 3910124

remove contrib/phishing/test, we now have a real unit test in unit_tests/ /usr/share/autotools-dev/examples/autogen says mkinstalldirs not needed, the Makefiles define it as $(install_sh) -d, so remove.

Török Edvin authored on 2008/08/04 22:14:29