History log of /curl/acinclude.m4 (Results 251 – 275 of 359)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 77b3bc23 28-Jul-2006 Yang Tse

First step trying to avoid the multiple header inclusion and recursion nightmare.

Reintroduce checking for HAVE_MSG_NOSIGNAL in configure script, so that we don't depend on header inclusion

First step trying to avoid the multiple header inclusion and recursion nightmare.

Reintroduce checking for HAVE_MSG_NOSIGNAL in configure script, so that we don't depend on header inclusion order for a valid check.

show more ...


# 13616f8f 25-Jul-2006 Yang Tse

Simplify check for NEED_MALLOC_H, and make more explicit that NEED_MALLOC_H shall be defined if <malloc.h> header file must be included even when including <stdlib.h>.


# 4d95d23d 11-Jul-2006 Yang Tse

Define NEED_MALLOC_H if including <stdlib.h> is not enough for proper compilation and <malloc.h> must also be included.


# 8ef454dc 07-Jul-2006 Yang Tse

Finally get rid of CURL_CHECK_HEADERS_ONCE since it adds very little value and has portability issues.

Change some shell if...then...fi tests into case...esac tests which demand less resourc

Finally get rid of CURL_CHECK_HEADERS_ONCE since it adds very little value and has portability issues.

Change some shell if...then...fi tests into case...esac tests which demand less resources.

show more ...


# 551a0412 07-Jul-2006 Yang Tse

Substitution of the literal '-' is only done if it's the first or last character.


# 03288943 07-Jul-2006 Yang Tse

Using backslashes and slashes in the strings of the sed 'y' command shall be avoided since its interpretation is not the same across platforms.

Now we use the sed 's' command with a bracket

Using backslashes and slashes in the strings of the sed 'y' command shall be avoided since its interpretation is not the same across platforms.

Now we use the sed 's' command with a bracket expression.

show more ...


# 05edd48a 07-Jul-2006 Yang Tse

Fix excessive escaping.


# 266ab955 07-Jul-2006 Yang Tse

Fix CURL_CHECK_HEADERS_ONCE


# 0a4bba56 06-Jul-2006 Yang Tse

Fix MinGW/MSYS support in CURL_CHECK_FUNC_RECV and CURL_CHECK_FUNC_SEND.


# bc2f0c7d 05-Jul-2006 Yang Tse

Prevent definition of HAVE_WINxxx_H symbols and avoid inclusion of Windows headers when compiled with Cygwin in POSIX emulation mode.


# 55329b56 04-Jul-2006 Yang Tse

Use a more descriptive var name.


# 7e43d06b 04-Jul-2006 Yang Tse

Get qualifier of arg 2 for send() apart into SEND_QUAL_ARG2.


# 01fa02d0 04-Jul-2006 Yang Tse

Find out return types and argument types for functions recv() and send() at configuration stage.


# bec19771 03-Jul-2006 Yang Tse

Use CURL_CHECK_FUNC_GETNAMEINFO results in CURL_CHECK_NI_WITHSCOPEID


# 4c08eb4b 02-Jul-2006 Yang Tse

Make CURL_CHECK_NI_WITHSCOPEID actually try to compile NI_WITHSCOPEID when cross-compiling.


# 01637304 02-Jul-2006 Yang Tse

Fix shell globbing in CURL_CHECK_FUNC_GETNAMEINFO


# 39745ac3 02-Jul-2006 Yang Tse

Fix shell globbing in CURL_CHECK_FUNC_GETNAMEINFO


# a1c6d586 01-Jul-2006 Yang Tse

Get some debug info


# 589c4596 01-Jul-2006 Yang Tse

Get some debug info


# 7a6d7fca 01-Jul-2006 Yang Tse

Avoid shell globbing


# 5305c9f1 01-Jul-2006 Yang Tse

Get qualifier of arg 1 for getnameinfo apart. Take 3.


# b1022ea4 01-Jul-2006 Yang Tse

Get qualifier of arg 1 for getnameinfo apart.


# 2e0ad842 30-Jun-2006 Yang Tse

Remove experimental notice from CURL_CHECK_FUNC_GETNAMEINFO


Revision tags: curl-7_15_4
# 2df622fd 19-Apr-2006 Daniel Stenberg

detect ICC and pass on "-we 147" so that the configure checks for function
arguments work properly - and the option is not harmful for the rest of the
curl build either!


Revision tags: curl-7_15_3, curl-7_15_2
# 65afc576 18-Jan-2006 Daniel Stenberg

configure no longer warns on "missing" if the current path contains a space


1...<<1112131415