History log of /curl/acinclude.m4 (Results 101 – 125 of 338)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# ceda7e98 01-Sep-2009 Daniel Stenberg

- configure now tries to use pkg-config for a number of sub-dependencies even
when cross-compiling. The key to success is then you properly setup
PKG_CONFIG_PATH before invoking configure

- configure now tries to use pkg-config for a number of sub-dependencies even
when cross-compiling. The key to success is then you properly setup
PKG_CONFIG_PATH before invoking configure.

I also improved how NSS is detected by trying nss-config if pkg-config isn't
present, and as a last resort just use the lib name and force the user to
setup the LIBS/LDFLAGS/CFLAGS etc properly. The previous last resort would
add a range of various libs that would almost never be quite correct.

show more ...


Revision tags: curl-7_19_6
# e96a9190 21-Jun-2009 Yang Tse

Refactor how libraries are checked for connect() function, follow-up.


# 1ff4e900 20-Jun-2009 Yang Tse

Refactor how libraries are checked for connect() function,
and check for connect() as it is done for other functions.


# 61a96709 01-Jun-2009 Yang Tse

John E. Malmberg noticed that the configure script was failing to detect the
timeval struct on VMS when building with _XOPEN_SOURCE_EXTENDED undefined due
to definition taking place in socket

John E. Malmberg noticed that the configure script was failing to detect the
timeval struct on VMS when building with _XOPEN_SOURCE_EXTENDED undefined due
to definition taking place in socket.h instead of time.h

show more ...


Revision tags: curl-7_19_5
# 3ae470ee 15-May-2009 Yang Tse

Fix preprocessor conditional expression


# 7a928b40 07-May-2009 Yang Tse

Proper naming for the experimental compiler test and moved to *-compilers.m4


# cfda3e6a 07-May-2009 Yang Tse

Moved *_CHECK_COMPILER_HALT_ON_ERROR and *_CHECK_COMPILER_ARRAY_SIZE_NEGATIVE to *-compilers.m4 along with other *_CHECK_COMPILER_*


# afe06b48 06-May-2009 Yang Tse

Use autobuilds to verify if a couple of experimental compiler tests pass on all of them.
This will be removed in 24 or 48 hours.


# 4dbc7850 03-May-2009 Yang Tse

HP-UX's X/Open network library requirement check follow-up


# 9b4253fe 03-May-2009 Yang Tse

HP-UX's X/Open network library requirement check follow-up


# 9137e717 02-May-2009 Yang Tse

Use build-time configured curl_socklen_t instead of socklen_t


# 8469db01 01-May-2009 Yang Tse

Check definition of _XOPEN_SOURCE_EXTENDED with the compiler


# 25648963 28-Apr-2009 Yang Tse

Rearrange placement inside file of CURL_DEFINE_UNQUOTED, CURL_CONFIGURE_LONG
and CURL_CONFIGURE_CURL_SOCKLEN_T to ease future maintainance.


# e323abe5 28-Apr-2009 Yang Tse

Moved CURL_INCLUDES_INTTYPES to curl-functions.m4 along with other CURL_INCLUDES_*


# afc00b08 28-Apr-2009 Yang Tse

Remove temporary debug tracing for curl_socklen_t detection failures


# 217f7a7e 27-Apr-2009 Yang Tse

Take 2 at handling getpeername() prototypes with a void pointer for third argument


# 317d3514 27-Apr-2009 Yang Tse

Attempt to handle getpeername() prototypes with a void pointer for third argument


# f4d8728d 27-Apr-2009 Yang Tse

Add temporary debug tracing for curl_socklen_t detection failures


# 1e5ed4fa 27-Apr-2009 Yang Tse

Rearrange curl_socklen_t tests to improve speed of usual results


# 0daeab3b 26-Apr-2009 Yang Tse

Initial step towards a configure time curl_socklen_t definition


# 9770899a 21-Apr-2009 Yang Tse

Moved potential inclusion of system's malloc.h and memory.h header files to
setup_once.h. Inclusion of each header file is based on the definition of
NEED_MALLOC_H and NEED_MEMORY_H respecti

Moved potential inclusion of system's malloc.h and memory.h header files to
setup_once.h. Inclusion of each header file is based on the definition of
NEED_MALLOC_H and NEED_MEMORY_H respectively.

show more ...


Revision tags: curl-7_19_4, curl-7_19_3
# b9fdc0c2 11-Jan-2009 Daniel Stenberg

- Based on bug report #2498665 (http://curl.haxx.se/bug/view.cgi?id=2498665)
by Daniel Black, I've now added magic to the configure script that makes it
use pkg-config to detect gnutls de

- Based on bug report #2498665 (http://curl.haxx.se/bug/view.cgi?id=2498665)
by Daniel Black, I've now added magic to the configure script that makes it
use pkg-config to detect gnutls details as well if the existing method
(using libgnutls-config) fails. While doing this, I cleaned up and unified
the pkg-config usage when detecting openssl and nss as well.

show more ...


# c4f4fa40 21-Nov-2008 Dan Fandrich

Automatically detect OpenBSD's CA cert bundle.


# 17d2a464 13-Nov-2008 Yang Tse

Refactor configure script detection of functions used to set sockets into
non-blocking mode, and decouple function detection from function capability.


Revision tags: curl-7_19_2, curl-7_19_1
# 0989cd35 28-Oct-2008 Yang Tse

Initial attempt to detect at configuration time if the getaddrinfo()
function returns an addrinfo with an unfreeable ai_addr member ptr.


12345678910>>...14