summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* - Keith Mok added supported_protocols and supported_features to the pkg-configDaniel Stenberg2008-09-021-0/+72
* Windows build targets don't use the 'SONAME' mechanism.Yang Tse2008-08-261-1/+2
* Added check and symbol definition for WIN32 file API usage in configure,Yang Tse2008-08-261-0/+1
* remove some leftover debug codeDaniel Stenberg2008-08-251-1/+1
* if the size of off_t is not the same as curl_off_t, this is not like how libcurlDaniel Stenberg2008-08-251-9/+21
* Introduced the configure option --enable-soname-bump that lets a user enforceDaniel Stenberg2008-08-241-0/+23
* revert accidental commit of test codeDaniel Stenberg2008-08-231-7/+0
* - Constantine Sapuntzakis fixed a bug when doing proxy CONNECT with the multiDaniel Stenberg2008-08-231-0/+7
* Sort of hackish approach to get the off_t size before large file supportDaniel Stenberg2008-08-221-0/+5
* Test case 557 now also verifies signed and unsigned int formatting.Yang Tse2008-08-211-0/+1
* Get rid of ENABLE_64BIT symbol definition and usage.Yang Tse2008-08-211-1/+2
* Use autoconf's result of AC_CHECK_SIZEOF(long) in CURL_CONFIGURE_LONGYang Tse2008-08-131-0/+1
* 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-5/+4
* Autoconf 2.62 has changed the behaviour of the AC_AIX macro which we use.Yang Tse2008-08-041-3/+3
* Adjust DEC/Compaq C compiler settings.Yang Tse2008-08-031-0/+2
* Another AC_TRY_COMPILE conversion to AC_COMPILE_IFELSEYang Tse2008-08-031-10/+11
* No longer test availability of the gdi32 library, nor use it for linking, evenYang Tse2008-08-021-22/+0
* Another AC_TRY_LINK conversion to AC_LINK_IFELSE.Yang Tse2008-08-011-54/+60
* 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
* simplify multi '#' char comment lineYang Tse2008-07-261-1/+1
* 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
* egrep and ar are also mandatoryYang Tse2008-07-041-18/+40
* The configure process will now halt when sed or grep are unavailableYang Tse2008-07-021-6/+13
* IBM C/C++ compiler predefined macro checkYang Tse2008-07-011-1/+3
* set earlier in configure process IBM compilers optimization flagsYang Tse2008-07-011-23/+15
* Modified configuration script to actually verify if the compiler is goodYang Tse2008-06-201-29/+40
* Andreas Faerber and Scott McCreary made (lib)curl build for the Haiku OSDaniel Stenberg2008-05-261-0/+9
* update several macros using AC_TRY_LINK with AC_LINK_IFELSEYang Tse2008-05-201-51/+71
* fix underquoting of AC_LANG_PROGRAM argumentsYang Tse2008-05-201-3/+3
* update several macros using AC_TRY_LINK with AC_LINK_IFELSEYang Tse2008-05-201-21/+20
* better select() function detection that worksYang Tse2008-05-191-33/+1
* if WINSOCK2 API is used link with 'ws2_32', elseYang Tse2008-05-191-1/+8
* on winsock systems linking is done using library 'ws2_32' whenYang Tse2008-05-181-18/+42
* minor change for wince-cegcc and wince-mingw32ce supportYang Tse2008-05-171-1/+1
* remove duplicate checkYang Tse2008-05-141-2/+0
* skip checks for Windows specific header filesYang Tse2008-05-141-6/+17
* 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
* Internal time differences now use monotonic time source if available.Yang Tse2008-05-091-30/+1
* - Yuriy Sosov pointed out a configure fix for detecting c-ares when that isDaniel Stenberg2008-05-031-0/+2