summaryrefslogtreecommitdiff
path: root/m4
Commit message (Collapse)AuthorAgeFilesLines
* remove all .cvsignore filesDaniel Stenberg2010-03-251-5/+0
|
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-246-6/+0
|
* Fix warnings for clangDaniel Johnson2010-03-221-2/+7
|
* provide an initial set of .gitignore filesDaniel Stenberg2010-03-201-0/+5
|
* replaced intel compiler option -no-ansi-alias with -fno-strict-aliasingYang Tse2010-03-171-3/+3
|
* update outdated serial numberYang Tse2010-03-173-3/+3
|
* Daniel Johnson provided fixes for building with the clang compilerDaniel Stenberg2010-03-051-1/+71
|
* - Markus Duft pointed out in bug #2961796 that even though Interix has aDaniel Stenberg2010-03-021-3/+6
| | | | | | | poll() function it doesn't quite work the way we want it so we must disable it, and he also provided a patch for it. http://curl.haxx.se/bug/view.cgi?id=2961796
* Restore normal operation:Yang Tse2010-01-271-8/+8
| | | | | | c-ares is only enabled when specifically requested. Consequently, c-ares default setting is disabled.
* fix c-ares assumed check being skippedYang Tse2010-01-271-3/+3
|
* fix LDFLAGS preservation in CURL_CHECK_LIB_ARESYang Tse2010-01-271-3/+3
|
* minor fixes for --enable-ares configure optionYang Tse2010-01-261-5/+174
|
* Prevent detection of stdint.h on IRIX systems, even when available.Yang Tse2010-01-061-1/+6
| | | | IRIX MIPSpro 7.4 C++ compiler does not tolerate inclusion of stdint.h
* Update serial numberYang Tse2009-11-161-1/+1
|
* getaddrinfo is fully thread safe on solaris versions whichYang Tse2009-11-151-7/+13
| | | | | | | implement the function even when h_errno is not a macro. The h_errno macro test now only done on systems for which there is no hard coded knowledge about getaddrinfo's thread safeness.
* Refactor how preprocessor symbol _THREAD_SAFE definition is done.Yang Tse2009-11-141-2/+99
|
* Assume that getaddrinfo is thread safe, unless hard codedYang Tse2009-11-131-12/+10
| | | | knowledge says the contrary or h_errno is not defined.
* Related with the threadsafe capability of getaddrinfo:Yang Tse2009-11-131-6/+15
| | | | | | | | | | | | - Constantine Sapuntzakis reported that Darwin 6.0 a.k.a. MAC OS X 10.2 and newer have a threadsafe getaddrinfo. - Fix Dragonfly BSD triplet detection. - In case the hard-coded knowledge says that getaddrinfo is threadsafe, an additional check is done to verify that h_errno is also defined. If h_errno isn't defined, we finally assume that it isn't threadsafe. Jamie Lokier provided the inspiration for this extra check.
* AIX 5.2 and newer have threadsafe getaddrinfo.Yang Tse2009-11-121-1/+19
| | | | Add some comments to better understand what the regex's pretend to achieve.
* HP-UX 11.11 and later have threadsafe getaddrinfoYang Tse2009-11-121-1/+7
|
* Check if getaddrinfo is threadsafe when function check allows it to be usedYang Tse2009-11-121-2/+45
|
* Use *_CHECK_PATH_SEPARATOR_REQUIRED to ensure that *_CHECK_PATH_SEPARATORYang Tse2009-10-191-2/+12
| | | | is only expanded and included once in the configure script.
* Our _AS_PATH_SEPARATOR_PREPARE override is now m4_defun'd instead of m4_define'dYang Tse2009-10-191-4/+3
| | | | | due to autoconf 2.64 m4_require'ing it in _AS_SHELL_SANITIZE indirectly through _AS_PATH_WALK.
* Check for basename() is now done the same as other function checksYang Tse2009-10-181-1/+113
|
* Check if _REENTRANT definition is required toYang Tse2009-09-291-2/+57
| | | | make errno available as a preprocessor macro.
* Added check for memrchr function or macroYang Tse2009-09-281-1/+106
|
* revert HPUX change since it already works fineDaniel Stenberg2009-09-241-2/+2
|
* - HPUX does need _REENTRANT too to build really thread-safe.Daniel Stenberg2009-09-231-2/+2
|
* renamed generated config.h to curl_config.h in order to avoid clashes when ↵Gunter Knauf2009-07-141-1/+1
| | | | libcurl is used with other projects which also have a config.h.
* Refactor how libraries are checked for connect() function,Yang Tse2009-06-201-1/+99
| | | | and check for connect() as it is done for other functions.
* add CloseSocket camel case function checkYang Tse2009-06-181-1/+91
|
* socket() and closesocket() prototypes might be in socket.hYang Tse2009-06-171-1/+30
|
* check for socket() and closesocket() as it is done for other functionsYang Tse2009-06-171-1/+185
|
* Added a few more compiler warning options for gcc.Dan Fandrich2009-06-171-0/+5
|
* fix language in commentYang Tse2009-06-101-2/+2
|
* Added --enable-curldebug configure option to enable and disable buildingYang Tse2009-06-092-13/+125
| | | | | with the low-level curl debug memory tracking 'feature' to allow decoupled setting from --enable-debug.
* remove outdated commentYang Tse2009-05-151-5/+1
|
* Proper naming for the experimental compiler test and moved to *-compilers.m4Yang Tse2009-05-071-1/+63
|
* Moved *_CHECK_COMPILER_HALT_ON_ERROR and ↵Yang Tse2009-05-071-3/+50
| | | | *_CHECK_COMPILER_ARRAY_SIZE_NEGATIVE to *-compilers.m4 along with other *_CHECK_COMPILER_*
* Moved CURL_INCLUDES_INTTYPES to curl-functions.m4 along with other ↵Yang Tse2009-04-281-1/+25
| | | | CURL_INCLUDES_*
* Initial step towards a configure time curl_socklen_t definitionYang Tse2009-04-261-2/+37
|
* remove compiler options used while debugging the icc 9.1 optimizer issueYang Tse2009-04-171-42/+1
|
* Set HP-UX compiler warning level back to the one that exposesYang Tse2009-04-151-4/+4
| | | | the socklen_t issue on this platform.
* ignoreYang Tse2009-02-131-0/+5
|
* check for poll() as it is done for other functionsYang Tse2009-02-131-1/+151
|
* Make checking for struct ifreq a prerequisite for settingDan Fandrich2008-11-201-4/+6
| | | | | HAVE_IOCTL_SIOCGIFADDR since it's needed to use SIOCGIFADDR and Watcom C doesn't currently define it.
* user provided PATH_SEPARATOR always overrides auto-detected oneYang Tse2008-11-191-3/+1
|
* attempting to keep lines below 80 charsYang Tse2008-11-181-2/+4
|
* provide a common PATH_SEPARATOR check method which is required byYang Tse2008-11-182-2/+99
| | | | upcomming work to support the broadest range of Autoconf versions
* check for gethostbyaddr and gethostbyname as it is done for other functionsYang Tse2008-11-181-1/+189
|