Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-17 | improve detection of getservbyport_r() | Yang Tse | |
2008-09-17 | On Linux Intel's icc uses gcc's header files, so | Yang Tse | |
we select ANSI C89 dialect plus GNU extensions. | |||
2008-09-17 | improve detection of gethostname() | Yang Tse | |
2008-09-16 | rearrange to allow internal/private use of ares_writev to any system | Yang Tse | |
that lacks the writev function. | |||
2008-09-15 | improve detection of: | Yang Tse | |
strcasecmp() strcmpi() stricmp() strncasecmp() strncmpi() strnicmp() | |||
2008-09-11 | strdup() clone for systems/configurations which lack it | Yang Tse | |
2008-09-10 | icc adjustments | Yang Tse | |
2008-09-09 | icc adjustments | Yang Tse | |
2008-09-08 | Select strict ANSI C89 conformance for icc | Yang Tse | |
2008-08-21 | Get rid of ENABLE_64BIT symbol definition and usage. | Yang Tse | |
Improve HAVE_LONGLONG symbol description. | |||
2008-08-09 | Fix IBM C and DEC/Compaq C compiler detection | Yang Tse | |
2008-08-07 | Initial support of curlbuild.h and curlrules.h which allows | Yang Tse | |
to have a curl_off_t data type no longer gated to off_t. | |||
2008-08-04 | Autoconf 2.62 has changed the behaviour of the AC_AIX macro which we use. | Yang Tse | |
Prior versions of autoconf defined _ALL_SOURCE if _AIX was defined. But, autoconf 2.62 version of AC_AIX defines _ALL_SOURCE along with other four preprocessor symbols no matter if the system is AIX or not. To keep the traditional behaviour, as well as an uniform one, across autoconf versions AC_AIX is replaced with our own internal macro. | |||
2008-08-03 | Adjust DEC/Compaq C compiler settings. | Yang Tse | |
2008-08-01 | Another AC_TRY_LINK conversion to AC_LINK_IFELSE. | Yang Tse | |
Proper definition of HAVE_function if function is found deeper. | |||
2008-07-27 | These lines were unintentionally removed in previous commit | Yang Tse | |
2008-07-27 | Partially undo change that prevented SED, GREP, EGREP and AR from being ↵ | Yang Tse | |
changed by libtool or autoconf. | |||
2008-07-27 | Remove explicit inclusion of our m4 files first. It was interesting as a test, | Yang Tse | |
but it breaks aclocal execution on some systems, with the following error: Can't locate object method "rel2abs" via package "File::Spec" at /usr/local/bin/aclocal line 256. | |||
2008-07-27 | Another step towards detecting if _REENTRANT is already defined or actually | Yang Tse | |
needed, and being able to define it if appropriate for further configure tests as well as for the generated config file. | |||
2008-07-26 | Explicitly include our m4 files first. This might minimize the impact | Yang Tse | |
that other package's underquoted m4 function definitions have on ours. | |||
2008-07-24 | Another step towards detecting if _REENTRANT is already defined or actually | Yang Tse | |
needed, and being able to define it if appropriate for further configure tests as well as for the generated config file. Introduced reentrant.m4 intended for our reentrant related autotools/m4 macros. | |||
2008-07-22 | Make sure that configure process tests are done with the same _REENTRANT | Yang Tse | |
setting as the one actually used when finally building the library. | |||
2008-07-20 | Adjust DEC/Compaq C compiler settings | Yang Tse | |
2008-07-19 | Adjust DEC/Compaq C compiler settings | Yang Tse | |
2008-07-16 | Configure process now checks availability of recvfrom() socket function and | Yang Tse | |
finds out its return type and the types of its arguments. Added definitions for non-configure systems config files, and introduced macro sreadfrom which will be used on udp sockets as a recvfrom() wrapper. | |||
2008-07-16 | Initial DEC/Compaq C compiler detection and flags | Yang Tse | |
2008-07-15 | Allow --enable-largefile and --disable-largefile configurations. | Yang Tse | |
Configure process no longer needs nor checks size of curl_off_t. Library will now be built with _REENTRANT symbol defined. | |||
2008-07-07 | fix c-ares version reported in generated libcares.pc file when building | Yang Tse | |
from CVS tree. | |||
2008-07-04 | egrep and ar are also mandatory | Yang Tse | |
2008-07-02 | The configure process will now halt when sed or grep are unavailable | Yang Tse | |
2008-07-01 | IBM C/C++ compiler predefined macro check | Yang Tse | |
2008-07-01 | set earlier in configure process IBM compilers optimization flags | Yang Tse | |
2008-06-20 | Modified configuration script to actually verify if the compiler is good | Yang Tse | |
enough at detecting compilation errors or at least it has been properly configured to do so. Configuration heavily depends on this capability, so if this compiler sanity check fails the configuration process will now fail. | |||
2008-06-09 | fix pkg-config reporting of private libraries needed for static linking | Yang Tse | |
2008-05-20 | update several macros using AC_TRY_LINK with AC_LINK_IFELSE | Yang Tse | |
2008-05-19 | if WINSOCK2 API is used link with 'ws2_32', else | Yang Tse | |
if WINSOCK API is used under WinCE link with 'winsock', else if WINSOCK API is used link with 'wsock32'. | |||
2008-05-18 | on winsock systems linking is done using library 'ws2_32' when | Yang Tse | |
winsock2.h is available, and library 'winsock' is used when only winsock.h is available. | |||
2008-05-17 | minor change for wince-cegcc and wince-mingw32ce support | Yang Tse | |
2008-05-14 | skip checks for Windows specific header files | Yang Tse | |
when build target is not a native Windows one | |||
2008-05-12 | skip libtool C++ preprocessor compiler and linker checks | Yang Tse | |
2008-05-12 | configure script will now define HAVE_CLOCK_GETTIME_MONOTONIC symbol only | Yang Tse | |
when function clock_gettime() is available and the monotonic timer is also available. Otherwise, in some cases, librt or libposix4 could be used for linking even when finally not using the clock_gettime() function due to lack of the monotonic clock. | |||
2008-05-10 | Add library checking for clock_gettime() support | Yang Tse | |
2008-05-09 | Use monotonic time source if available. | Yang Tse | |
2008-05-09 | Removed AC_PROG_CC_STDC again. It enforces C99/gnu99 stdandard which is too | Daniel Stenberg | |
liberal for me. Also, autoconf 2.61 and earlier doesn't work with icc 10.1 for this macro. (2.62 confirmed to work though). See discusson on the mailing list starting here: http://daniel.haxx.se/projects/c-ares/mail/c-ares-archive-2008-05/0001.shtml | |||
2008-05-08 | check for strings.h in configure and use it for the strcasecmp() proto | Daniel Stenberg | |
2008-05-07 | - Doug Goldstein provided a configure patch: updates autoconf 2.13 usage to | Daniel Stenberg | |
autoconf 2.57 usage (which is the version you have specified as the minimum version). It's a minor change but it does clean up some warnings with newer autoconf (specifically 2.62). | |||
2008-02-29 | Force AIX xlc to fail and not generate object code if the source code has | Yang Tse | |
compiled with errors. This behaviour is needed for autoconf macros which rely on the ability to compile with or without errors, and is safer than xlc's default of failing only upon severe errors. | |||
2007-12-10 | when building | Daniel Stenberg | |
2007-12-03 | Brad Spencer fixed the configure script to assume that there's no | Daniel Stenberg | |
/dev/urandom when built cross-compiled as then the script cannot check for it. | |||
2007-11-27 | Remove the check for libdl since that isn't actually used and it causes | Daniel Stenberg | |
warnings. Pointed out by Robin Cornelius. |