April 15, 2008
View d076ad0

check in 0.93 patches

Tomasz Kojm authored on 2008/04/15 05:13:05
April 8, 2008
View e5b0783

-lcheck needs to be conditional, use @LCHECK@. Regenerate Makefiles.

Török Edvin authored on 2008/04/08 21:57:55
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
March 7, 2008
View bd0d3ef

change version str

Tomasz Kojm authored on 2008/03/07 04:36:53
March 4, 2008
View f972ce5

0.93rc1

Tomasz Kojm authored on 2008/03/04 04:47:02
February 25, 2008
View a9ae2f5

improve check for bzip2 test for attribute((packed)) only on GNUC compilers, because Sun's cc ignores it move iconv check after zlib/bzip2 checks use ../ to avoid problems with spaces in directory names

Török Edvin authored on 2008/02/25 20:29:06
February 16, 2008
View b309ed2

AC_TRY_COMPILE already wraps its args with int main(){}, don't do it twice This fixes a build failure on HP-UX

Török Edvin authored on 2008/02/16 20:58:06
February 15, 2008
View f97245a

bb#842

aCaB authored on 2008/02/15 21:30:06
February 10, 2008
View e1bb690

don't use EXIT_SUCCESS if <stdlib.h> is not included; include <sys/select.h> only if needed for fd_set (bb #452)

Török Edvin authored on 2008/02/10 17:44:14
February 8, 2008
View 2824173

quote macro arguments, group AC_C_* macros (bb #452), thanks to Markus Elfring <Markus.Elfring*web.de> move ld --version-script check after compiler checks run autoreconf (new libtool)

Török Edvin authored on 2008/02/08 21:38:09
February 6, 2008
View 183f9e7

enhance CLI_ISCONTAINED checks, reorder checks

Török Edvin authored on 2008/02/06 06:09:56
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