summaryrefslogtreecommitdiff
path: root/ares/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Configure process now checks availability of recvfrom() socket function andYang Tse2008-07-161-2/+1
* Initial DEC/Compaq C compiler detection and flagsYang Tse2008-07-161-0/+16
* Allow --enable-largefile and --disable-largefile configurations.Yang Tse2008-07-151-9/+3
* fix c-ares version reported in generated libcares.pc file when buildingYang Tse2008-07-071-2/+11
* egrep and ar are also mandatoryYang Tse2008-07-041-9/+41
* The configure process will now halt when sed or grep are unavailableYang Tse2008-07-021-0/+16
* IBM C/C++ compiler predefined macro checkYang Tse2008-07-011-1/+3
* set earlier in configure process IBM compilers optimization flagsYang Tse2008-07-011-21/+15
* Modified configuration script to actually verify if the compiler is goodYang Tse2008-06-201-25/+36
* fix pkg-config reporting of private libraries needed for static linkingYang Tse2008-06-091-0/+3
* update several macros using AC_TRY_LINK with AC_LINK_IFELSEYang Tse2008-05-201-27/+54
* if WINSOCK2 API is used link with 'ws2_32', elseYang Tse2008-05-191-6/+13
* on winsock systems linking is done using library 'ws2_32' whenYang Tse2008-05-181-14/+38
* minor change for wince-cegcc and wince-mingw32ce supportYang Tse2008-05-171-1/+1
* skip checks for Windows specific header filesYang Tse2008-05-141-12/+22
* skip libtool C++ preprocessor compiler and linker checksYang Tse2008-05-121-0/+4
* configure script will now define HAVE_CLOCK_GETTIME_MONOTONIC symbol onlyYang Tse2008-05-121-2/+3
* Add library checking for clock_gettime() supportYang Tse2008-05-101-1/+5
* Use monotonic time source if available.Yang Tse2008-05-091-0/+2
* Removed AC_PROG_CC_STDC again. It enforces C99/gnu99 stdandard which is tooDaniel Stenberg2008-05-091-1/+0
* check for strings.h in configure and use it for the strcasecmp() protoDaniel Stenberg2008-05-081-0/+1
* - Doug Goldstein provided a configure patch: updates autoconf 2.13 usage toDaniel Stenberg2008-05-071-6/+7
* Force AIX xlc to fail and not generate object code if the source code hasYang Tse2008-02-291-0/+3
* when buildingDaniel Stenberg2007-12-101-0/+3
* Brad Spencer fixed the configure script to assume that there's noDaniel Stenberg2007-12-031-2/+9
* Remove the check for libdl since that isn't actually used and it causesDaniel Stenberg2007-11-271-3/+0
* Fix message shown when detecting icc versionYang Tse2007-10-191-0/+1
* Fix compiler warning: feupdateenv is not implemented and will always fail.Yang Tse2007-10-181-0/+36
* check availability of <netinet/tcp.h>Yang Tse2007-09-301-0/+1
* added initial pkg-config file (attempt)Daniel Stenberg2007-07-261-1/+1
* add test for gettimeofday() so that HAVE_GETTIMEOFDAY gets defined.Gunter Knauf2007-07-041-0/+1
* added check for sys/param.h.Gunter Knauf2007-07-041-0/+1
* first take at detecting a random device and seeding the random key using dataDaniel Stenberg2007-05-301-0/+16
* show better description for AMD64-linux static libraries PIC checkYang Tse2007-03-151-2/+2
* fix test leftover in previous commitYang Tse2007-03-071-1/+1
* force libtool to build static libraries with PIC on AMD64Yang Tse2007-03-071-0/+20
* Autoconf redefines the M4 builtin macro 'm4_undefine' in such a way thatYang Tse2007-03-071-0/+4
* Autoconf 2.57 didn't like these m4_undefine for some reason (probably a bug).Dan Fandrich2007-03-061-4/+0
* skip libtool C++ and Fortran linker checksYang Tse2007-03-061-1/+7
* skip libtool C++ and Fortran checksYang Tse2007-03-061-1/+7
* include <sys/types.h> when checking availability of the bool typeYang Tse2007-02-221-0/+3
* Check for stdbool.h at configuration stage, and include it if available.Yang Tse2007-02-221-0/+12
* avoid using funtion isblank() and just use our ISBLANKYang Tse2007-02-141-1/+0
* check for isblank() at configuration stage. If not availableYang Tse2007-02-131-0/+1
* use macro AC_AIX to define `_ALL_SOURCE', if on AIX.Yang Tse2007-02-081-0/+1
* use same AIX XLC compiler options as curl'sYang Tse2007-02-071-0/+78
* Make sure RETSIGTYPE is properly definedYang Tse2006-11-251-0/+2
* Added a check in configure that verifies if <signal.h> is available,Yang Tse2006-11-221-0/+2
* Check for struct timeval at configuration timeYang Tse2006-10-131-0/+1
* Check for network libraries the _same_ way it is done in cURL.Yang Tse2006-08-061-0/+16