Change the upstream source URL
[platform/upstream/c-ares.git] / configure.ac
2008-08-07 Yang TseInitial support of curlbuild.h and curlrules.h which...
2008-08-04 Yang TseAutoconf 2.62 has changed the behaviour of the AC_AIX...
2008-08-03 Yang TseAdjust DEC/Compaq C compiler settings.
2008-08-01 Yang TseAnother AC_TRY_LINK conversion to AC_LINK_IFELSE.
2008-07-27 Yang TseThese lines were unintentionally removed in previous...
2008-07-27 Yang TsePartially undo change that prevented SED, GREP, EGREP...
2008-07-27 Yang TseRemove explicit inclusion of our m4 files first. It...
2008-07-27 Yang TseAnother step towards detecting if _REENTRANT is already...
2008-07-26 Yang TseExplicitly include our m4 files first. This might minim...
2008-07-24 Yang TseAnother step towards detecting if _REENTRANT is already...
2008-07-22 Yang TseMake sure that configure process tests are done with...
2008-07-20 Yang TseAdjust DEC/Compaq C compiler settings
2008-07-19 Yang TseAdjust DEC/Compaq C compiler settings
2008-07-16 Yang TseConfigure process now checks availability of recvfrom...
2008-07-16 Yang TseInitial DEC/Compaq C compiler detection and flags
2008-07-15 Yang TseAllow --enable-largefile and --disable-largefile config...
2008-07-07 Yang Tsefix c-ares version reported in generated libcares.pc...
2008-07-04 Yang Tseegrep and ar are also mandatory
2008-07-02 Yang TseThe configure process will now halt when sed or grep...
2008-07-01 Yang TseIBM C/C++ compiler predefined macro check
2008-07-01 Yang Tseset earlier in configure process IBM compilers optimiza...
2008-06-20 Yang TseModified configuration script to actually verify if...
2008-06-09 Yang Tsefix pkg-config reporting of private libraries needed...
2008-05-20 Yang Tseupdate several macros using AC_TRY_LINK with AC_LINK_IFELSE
2008-05-19 Yang Tseif WINSOCK2 API is used link with 'ws2_32', else
2008-05-18 Yang Tseon winsock systems linking is done using library 'ws2_3...
2008-05-17 Yang Tseminor change for wince-cegcc and wince-mingw32ce support
2008-05-14 Yang Tseskip checks for Windows specific header files
2008-05-12 Yang Tseskip libtool C++ preprocessor compiler and linker checks
2008-05-12 Yang Tseconfigure script will now define HAVE_CLOCK_GETTIME_MON...
2008-05-10 Yang TseAdd library checking for clock_gettime() support
2008-05-09 Yang TseUse monotonic time source if available.
2008-05-09 Daniel StenbergRemoved AC_PROG_CC_STDC again. It enforces C99/gnu99...
2008-05-08 Daniel Stenbergcheck for strings.h in configure and use it for the...
2008-05-07 Daniel Stenberg- Doug Goldstein provided a configure patch: updates...
2008-02-29 Yang TseForce AIX xlc to fail and not generate object code...
2007-12-10 Daniel Stenbergwhen building
2007-12-03 Daniel StenbergBrad Spencer fixed the configure script to assume that...
2007-11-27 Daniel StenbergRemove the check for libdl since that isn't actually...
2007-10-19 Yang TseFix message shown when detecting icc version
2007-10-18 Yang TseFix compiler warning: feupdateenv is not implemented...
2007-09-30 Yang Tsecheck availability of <netinet/tcp.h>
2007-07-26 Daniel Stenbergadded initial pkg-config file (attempt)
2007-07-04 Gunter Knaufadd test for gettimeofday() so that HAVE_GETTIMEOFDAY...
2007-07-04 Gunter Knaufadded check for sys/param.h.
2007-05-30 Daniel Stenbergfirst take at detecting a random device and seeding...
2007-03-15 Yang Tseshow better description for AMD64-linux static librarie...
2007-03-07 Yang Tsefix test leftover in previous commit
2007-03-07 Yang Tseforce libtool to build static libraries with PIC on...
2007-03-07 Yang TseAutoconf redefines the M4 builtin macro 'm4_undefine...
2007-03-06 Dan FandrichAutoconf 2.57 didn't like these m4_undefine for some...
2007-03-06 Yang Tseskip libtool C++ and Fortran linker checks
2007-03-06 Yang Tseskip libtool C++ and Fortran checks
2007-02-22 Yang Tseinclude <sys/types.h> when checking availability of...
2007-02-22 Yang TseCheck for stdbool.h at configuration stage, and include...
2007-02-14 Yang Tseavoid using funtion isblank() and just use our ISBLANK
2007-02-13 Yang Tsecheck for isblank() at configuration stage. If not...
2007-02-08 Yang Tseuse macro AC_AIX to define `_ALL_SOURCE', if on AIX.
2007-02-07 Yang Tseuse same AIX XLC compiler options as curl's
2006-11-25 Yang TseMake sure RETSIGTYPE is properly defined
2006-11-22 Yang TseAdded a check in configure that verifies if <signal...
2006-10-13 Yang TseCheck for struct timeval at configuration time
2006-08-06 Yang TseCheck for network libraries the _same_ way it is done...
2006-08-05 Yang TseCheck for network libraries the same way it is done...
2006-08-03 Yang TseMinGW/MSYS needs lib ws2_32 for proper operation of...
2006-07-28 Yang TseFirst step trying to avoid the multiple header inclusio...
2006-07-11 Yang TseDefine NEED_MALLOC_H if including <stdlib.h> is not...
2006-07-04 Yang TseFind out return types and argument types for functions...
2006-05-24 Daniel StenbergCopied the NO_UNDEFINED magic from libcurl to make...
2006-05-10 Daniel StenbergBram Matthys brought my attention to a libtool peculiar...
2006-05-03 Daniel Stenbergmoved the curl_off_t check to within the --enable-debug...
2005-12-21 Yang TseChecking for function getnameinfo and its arguments...
2005-12-21 Yang TseMake sure we're using 'c-ares' sources and not 'ares...
2005-12-20 Yang TseFix, header checks must be done before using its results.
2005-12-20 Daniel Stenberguse AC_PROG_LIBTOOL after AC_DISABLE_SHARED
2005-12-19 Yang TseAdjust more windows header includes
2005-12-18 Yang TseFix Msys/Mingw not detecting getnameinfo() with AC_CHEC...
2005-12-16 Yang TseTYPE_SOCKLEN_T completely replaced by CURL_CHECK_TYPE_S...
2005-11-16 Daniel Stenbergcheck for and use winsock2.h instead of winsock.h and...
2005-11-15 Daniel Stenberginclude ws2tcpip.h in an attempt to detect some of...
2005-11-14 Daniel StenbergDetect big/little endian in the configure script and...
2005-09-21 Daniel Stenbergsimplified the sin6_scope_id test and removed some...
2005-09-21 Daniel Stenbergfixed the check for the addrinfo struct
2005-09-18 Dominick MeglioAdded constants that will be used by ares_getaddrinfo...
2005-09-10 Daniel StenbergUse the AC_CHECK_MEMBER() function for check struct...
2005-06-19 Dominick MeglioAdded some checks for the addrinfo structure.
2005-06-03 Daniel StenbergFIONBIO is in sys/ioctl.h on AIX
2005-06-02 Daniel StenbergWilliam Ahern:
2005-05-16 Dominick MeglioAdded ares_getnameinfo which mimics the getnameinfo API
2005-05-14 Daniel Stenbergreplaced the CRLF newlines with plain LF ones
2005-05-14 Dominick MeglioAdded an inet_ntop function from BIND for systems that...
2005-04-08 Dominick MeglioAdded preliminary IPv6 support to ares_gethostbyname
2005-04-08 Daniel Stenberginclude sys/types.h too when checking for headers as...
2005-04-07 Daniel StenbergTry harder to see if arpa/nameser_compat.h REALLY is...
2005-04-06 Daniel Stenbergcheck for struct sizes and use those sizes if the NS_...
2005-04-05 Daniel Stenbergcheck for another arpa header
2005-04-05 Daniel Stenbergcheck for the arpa/* headers
2005-04-05 Dominick MeglioProvided implementations of inet_net_pton and inet_pton...
2005-03-20 Daniel Stenbergattempt to fix the ares link breakage with --enable...
2005-03-11 Daniel StenbergCheck for winsock.h to work with win32. Only include...
next