summaryrefslogtreecommitdiff
path: root/ares/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Initial attempt to support configure's --(dis|en)able-optimizeYang Tse2008-10-071-4/+16
* Initial attempt to support configure's --(dis|en)able-warningsYang Tse2008-10-021-180/+14
* now compiler warnings are activated for all gcc builds, not only debug ones.Yang Tse2008-09-301-7/+49
* Use CFLAGS for icc linker options instead of LDFLAGS,Yang Tse2008-09-301-3/+3
* use ac_cv_compiler and ac_cv_compiler_num to keep compiler ID and version numberYang Tse2008-09-291-34/+49
* Temporary icc adjustment:Yang Tse2008-09-291-0/+2
* HAVE_INET_PTON will only be defined when an IPv6 capable workingYang Tse2008-09-241-29/+1
* HAVE_INET_NTOP will only be defined when an IPv6 capable workingYang Tse2008-09-241-33/+1
* icc adjustments for icc 9.0 and prior versions:Yang Tse2008-09-221-0/+4
* icc adjustments:Yang Tse2008-09-191-0/+4
* icc adjustmentsYang Tse2008-09-181-0/+6
* improve detection of getservbyport_r()Yang Tse2008-09-171-4/+1
* On Linux Intel's icc uses gcc's header files, soYang Tse2008-09-171-4/+3
* improve detection of gethostname()Yang Tse2008-09-171-0/+1
* rearrange to allow internal/private use of ares_writev to any systemYang Tse2008-09-161-0/+2
* improve detection of:Yang Tse2008-09-151-0/+8
* strdup() clone for systems/configurations which lack itYang Tse2008-09-111-0/+2
* icc adjustmentsYang Tse2008-09-101-5/+5
* icc adjustmentsYang Tse2008-09-091-7/+6
* Select strict ANSI C89 conformance for iccYang Tse2008-09-081-0/+14
* Get rid of ENABLE_64BIT symbol definition and usage.Yang Tse2008-08-211-1/+2
* Fix IBM C and DEC/Compaq C compiler detectionYang Tse2008-08-091-4/+2
* Initial support of curlbuild.h and curlrules.h which allowsYang Tse2008-08-071-0/+1
* Autoconf 2.62 has changed the behaviour of the AC_AIX macro which we use.Yang Tse2008-08-041-1/+3
* Adjust DEC/Compaq C compiler settings.Yang Tse2008-08-031-0/+2
* Another AC_TRY_LINK conversion to AC_LINK_IFELSE.Yang Tse2008-08-011-17/+21
* These lines were unintentionally removed in previous commitYang Tse2008-07-271-0/+4
* Partially undo change that prevented SED, GREP, EGREP and AR from being chang...Yang Tse2008-07-271-13/+3
* Remove explicit inclusion of our m4 files first. It was interesting as a test,Yang Tse2008-07-271-8/+0
* Another step towards detecting if _REENTRANT is already defined or actuallyYang Tse2008-07-271-1/+1
* Explicitly include our m4 files first. This might minimize the impactYang Tse2008-07-261-0/+8
* Another step towards detecting if _REENTRANT is already defined or actuallyYang Tse2008-07-241-1/+1
* Make sure that configure process tests are done with the same _REENTRANTYang Tse2008-07-221-0/+3
* Adjust DEC/Compaq C compiler settingsYang Tse2008-07-201-2/+2
* Adjust DEC/Compaq C compiler settingsYang Tse2008-07-191-2/+4
* 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