summaryrefslogtreecommitdiff
path: root/acinclude.m4
Commit message (Expand)AuthorAgeFilesLines
...
* Use int64_t in favour of __int64 for curl_off_t when both are available.Yang Tse2008-08-091-3/+3
* Improve CURL_CHECK_DEFYang Tse2008-08-091-1/+1
* Add debug tracing for DO_CURL_OFF_T_CHECKYang Tse2008-08-081-6/+17
* Remove some redundancyYang Tse2008-08-081-6/+6
* Remove potential overquotingYang Tse2008-08-081-5/+5
* Add debug tracing for CURL_CHECK_DEFYang Tse2008-08-081-0/+37
* Skip data type check in DO_CURL_OFF_T_CHECK macro when argument is empty.Yang Tse2008-08-071-2/+2
* Fix CURL_CHECK_DEF so that when the expansion of the preprocessor symbol resultsYang Tse2008-08-071-2/+4
* Initial support of curlbuild.h and curlrules.h which allowsYang Tse2008-08-071-0/+258
* Autoconf 2.62 has changed the behaviour of the AC_AIX macro which we use.Yang Tse2008-08-041-0/+29
* Add a whitespaceYang Tse2008-08-011-1/+2
* Ensure that reserved keyword AC_DEFUN is only used for its purpose.Yang Tse2008-08-011-23/+25
* Removed definition of CURL_CHECK_WORKING_RESOLVER from acinclude.m4 it hasYang Tse2008-08-011-28/+0
* Reinstate the 'aclocal -I m4' in buildconf and 'ACLOCAL_AMFLAGS = -I m4' way ofYang Tse2008-07-301-10/+0
* Tests done using 'aclocal -I m4' in buildconf and 'ACLOCAL_AMFLAGS = -I m4Yang Tse2008-07-291-0/+9
* Assert that SED and GREP are setYang Tse2008-07-271-0/+6
* simplify multi '#' char comment lineYang Tse2008-07-261-1/+1
* Another step towards detecting if _REENTRANT is already defined or actuallyYang Tse2008-07-241-34/+0
* cleanup duplicate lineYang Tse2008-07-221-1/+0
* Make sure that configure process tests are done with the same _REENTRANTYang Tse2008-07-221-0/+25
* checks for gethostbyaddr_r with 7 and 8 args now also done with -D_REENTRANTYang Tse2008-07-221-12/+138
* when recvfrom prototype uses a void pointer for arguments 2, 5 or 6 this willYang Tse2008-07-211-0/+13
* Remove showing additional info needed to debug configureYang Tse2008-07-201-16/+0
* Added "pointer to void" as another data type to check for the sixth argument ofYang Tse2008-07-201-1/+1
* Temporarily show additional info needed to debug configureYang Tse2008-07-191-0/+16
* RECVFROM_TYPE_ARG2, RECVFROM_TYPE_ARG5 and RECVFROM_TYPE_ARG6 are now definedYang Tse2008-07-171-6/+35
* Configure process now checks availability of recvfrom() socket function andYang Tse2008-07-161-0/+146
* fallback to gettimeofday when monotonic clock is unavailable at run-timeYang Tse2008-07-021-24/+6
* make check message wording more preciseYang Tse2008-06-301-1/+1
* fix C style commentYang Tse2008-06-291-2/+4
* John Lightsey filed bug report #1999181: "CLOCK_MONOTONIC always fails onYang Tse2008-06-291-1/+53
* Modified configuration script to actually verify if the compiler is goodYang Tse2008-06-201-0/+88
* No longer break out of a shell "for" statement from insideYang Tse2008-06-181-156/+171
* Fixed curl-config --ca which wasn't being exported by configure.Dan Fandrich2008-06-131-0/+1
* MSVC does build Windows native targetsYang Tse2008-06-061-1/+2
* fix: [action-if-found] part of AC_CHECK_TYPE macro cannot be quoted when emptyYang Tse2008-05-211-3/+1
* fix: remove need and definition of HAVE_SOCKLEN_T symbolYang Tse2008-05-211-4/+0
* fix: socklen_t definition commentYang Tse2008-05-211-1/+1
* When unable to properly detect gethostbyname_r() usage, configureYang Tse2008-05-201-4/+12
* update several macros using AC_TRY_LINK with AC_LINK_IFELSEYang Tse2008-05-201-211/+353
* fix underquoting of AC_LANG_PROGRAM argumentsYang Tse2008-05-201-108/+108
* update several macros using AC_TRY_LINK with AC_LINK_IFELSEYang Tse2008-05-201-60/+74
* better select() function detection that worksYang Tse2008-05-191-0/+198
* fix socklen_t equivalent detection when cross compiling Windows targetYang Tse2008-05-191-13/+24
* minor change for wince-cegcc and wince-mingw32ce supportYang Tse2008-05-171-2/+2
* Improve toolchain detection for WinCE cross compilation:Yang Tse2008-05-141-5/+5
* skip checks for Windows specific header filesYang Tse2008-05-141-35/+35
* WinCE cross compilation adjustments:Yang Tse2008-05-141-2/+2
* configure script will now define HAVE_CLOCK_GETTIME_MONOTONIC symbol onlyYang Tse2008-05-121-51/+93
* Add library checking for clock_gettime() supportYang Tse2008-05-101-0/+76