aboutsummaryrefslogtreecommitdiff
path: root/ares/configure.ac
AgeCommit message (Expand)Author
2008-08-21Get rid of ENABLE_64BIT symbol definition and usage.Yang Tse
2008-08-09Fix IBM C and DEC/Compaq C compiler detectionYang Tse
2008-08-07Initial support of curlbuild.h and curlrules.h which allowsYang Tse
2008-08-04Autoconf 2.62 has changed the behaviour of the AC_AIX macro which we use.Yang Tse
2008-08-03Adjust DEC/Compaq C compiler settings.Yang Tse
2008-08-01Another AC_TRY_LINK conversion to AC_LINK_IFELSE.Yang Tse
2008-07-27These lines were unintentionally removed in previous commitYang Tse
2008-07-27Partially undo change that prevented SED, GREP, EGREP and AR from being chang...Yang Tse
2008-07-27Remove explicit inclusion of our m4 files first. It was interesting as a test,Yang Tse
2008-07-27Another step towards detecting if _REENTRANT is already defined or actuallyYang Tse
2008-07-26Explicitly include our m4 files first. This might minimize the impactYang Tse
2008-07-24Another step towards detecting if _REENTRANT is already defined or actuallyYang Tse
2008-07-22Make sure that configure process tests are done with the same _REENTRANTYang Tse
2008-07-20Adjust DEC/Compaq C compiler settingsYang Tse
2008-07-19Adjust DEC/Compaq C compiler settingsYang Tse
2008-07-16Configure process now checks availability of recvfrom() socket function andYang Tse
2008-07-16Initial DEC/Compaq C compiler detection and flagsYang Tse
2008-07-15Allow --enable-largefile and --disable-largefile configurations.Yang Tse
2008-07-07fix c-ares version reported in generated libcares.pc file when buildingYang Tse
2008-07-04egrep and ar are also mandatoryYang Tse
2008-07-02The configure process will now halt when sed or grep are unavailableYang Tse
2008-07-01IBM C/C++ compiler predefined macro checkYang Tse
2008-07-01set earlier in configure process IBM compilers optimization flagsYang Tse
2008-06-20Modified configuration script to actually verify if the compiler is goodYang Tse
2008-06-09fix pkg-config reporting of private libraries needed for static linkingYang Tse
2008-05-20update several macros using AC_TRY_LINK with AC_LINK_IFELSEYang Tse
2008-05-19if WINSOCK2 API is used link with 'ws2_32', elseYang Tse
2008-05-18on winsock systems linking is done using library 'ws2_32' whenYang Tse
2008-05-17minor change for wince-cegcc and wince-mingw32ce supportYang Tse
2008-05-14skip checks for Windows specific header filesYang Tse
2008-05-12skip libtool C++ preprocessor compiler and linker checksYang Tse
2008-05-12configure script will now define HAVE_CLOCK_GETTIME_MONOTONIC symbol onlyYang Tse
2008-05-10Add library checking for clock_gettime() supportYang Tse
2008-05-09Use monotonic time source if available.Yang Tse
2008-05-09Removed AC_PROG_CC_STDC again. It enforces C99/gnu99 stdandard which is tooDaniel Stenberg
2008-05-08check for strings.h in configure and use it for the strcasecmp() protoDaniel Stenberg
2008-05-07- Doug Goldstein provided a configure patch: updates autoconf 2.13 usage toDaniel Stenberg
2008-02-29Force AIX xlc to fail and not generate object code if the source code hasYang Tse
2007-12-10when buildingDaniel Stenberg
2007-12-03Brad Spencer fixed the configure script to assume that there's noDaniel Stenberg
2007-11-27Remove the check for libdl since that isn't actually used and it causesDaniel Stenberg
2007-10-19Fix message shown when detecting icc versionYang Tse
2007-10-18Fix compiler warning: feupdateenv is not implemented and will always fail.Yang Tse
2007-09-30check availability of <netinet/tcp.h>Yang Tse
2007-07-26added initial pkg-config file (attempt)Daniel Stenberg
2007-07-04add test for gettimeofday() so that HAVE_GETTIMEOFDAY gets defined.Gunter Knauf
2007-07-04added check for sys/param.h.Gunter Knauf
2007-05-30first take at detecting a random device and seeding the random key using dataDaniel Stenberg
2007-03-15show better description for AMD64-linux static libraries PIC checkYang Tse
2007-03-07fix test leftover in previous commitYang Tse