summaryrefslogtreecommitdiff
path: root/acinclude.m4
Commit message (Expand)AuthorAgeFilesLines
* For congruency sake with the naming of other CURL_XXXXXX_CURL_OFF_T macros,Yang Tse2008-08-151-2/+2
* Take three at trying to detect signed and unsigned curl_off_t integer constantYang Tse2008-08-141-125/+86
* Change CURL_CHECK_DEF_INTXX_C suffix definition detection.Yang Tse2008-08-141-4/+38
* Use autoconf's result of AC_CHECK_SIZEOF(long) in CURL_CONFIGURE_LONGYang Tse2008-08-131-27/+9
* Ensure that the compiler 'knows' the 'long' type in CURL_CONFIGURE_LONGYang Tse2008-08-131-24/+26
* Using the name of a macro inside AC_MSG_WARN takes aclocal to NeverLand.Yang Tse2008-08-131-1/+1
* The size of long is a build time characteristic and as such it is now recordedYang Tse2008-08-131-5/+38
* Fix CURL_CHECK_DEF_INTXX_C suffix definition detectionYang Tse2008-08-121-3/+3
* Added missing signed and unsigned curl_off_t integer constant suffixes forYang Tse2008-08-111-6/+96
* Remove debug tracing for DO_CURL_OFF_T_CHECK and CURL_CHECK_DEFYang Tse2008-08-091-48/+0
* 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