Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-20 | Modified configuration script to actually verify if the compiler is good | Yang Tse | |
enough at detecting compilation errors or at least it has been properly configured to do so. Configuration heavily depends on this capability, so if this compiler sanity check fails the configuration process will now fail. | |||
2008-06-18 | No longer break out of a shell "for" statement from inside | Yang Tse | |
AC_FOO_IFELSE macros, otherwise temp files are not removed. Identation adjustment. | |||
2008-06-13 | Fixed curl-config --ca which wasn't being exported by configure. | Dan Fandrich | |
2008-06-06 | MSVC does build Windows native targets | Yang Tse | |
2008-05-21 | fix: [action-if-found] part of AC_CHECK_TYPE macro cannot be quoted when empty | Yang Tse | |
2008-05-21 | fix: remove need and definition of HAVE_SOCKLEN_T symbol | Yang Tse | |
2008-05-21 | fix: socklen_t definition comment | Yang Tse | |
2008-05-20 | When unable to properly detect gethostbyname_r() usage, configure | Yang Tse | |
script will simply issue a warning and gethostbyname() will be used. | |||
2008-05-20 | update several macros using AC_TRY_LINK with AC_LINK_IFELSE | Yang Tse | |
2008-05-20 | fix underquoting of AC_LANG_PROGRAM arguments | Yang Tse | |
2008-05-20 | update several macros using AC_TRY_LINK with AC_LINK_IFELSE | Yang Tse | |
2008-05-19 | better select() function detection that works | Yang Tse | |
even when cross compiling a Windows target. | |||
2008-05-19 | fix socklen_t equivalent detection when cross compiling Windows target | Yang Tse | |
2008-05-17 | minor change for wince-cegcc and wince-mingw32ce support | Yang Tse | |
2008-05-14 | Improve toolchain detection for WinCE cross compilation: | Yang Tse | |
When cross compiling WinCE with the arm-wince-cegcc-gcc C compiler symbol __CEGCC__ is defined and the unix-like compatibility layer is used. For our purposes this is not a native Windows build. When cross compiling WinCE with the arm-wince-mingw32ce-gcc C compiler symbol __MINGW32CE__ is defined and the unix-like compatibility layer is not used. For our purposes this _is_ a native Windows build. | |||
2008-05-14 | skip checks for Windows specific header files | Yang Tse | |
when build target is not a native Windows one | |||
2008-05-14 | WinCE cross compilation adjustments: | Yang Tse | |
HAVE_WINSOCK2_H shall not be defined. HAVE_WS2TCPIP_H shall not be defined. | |||
2008-05-12 | configure script will now define HAVE_CLOCK_GETTIME_MONOTONIC symbol only | Yang Tse | |
when function clock_gettime() is available and the monotonic timer is also available. Otherwise, in some cases, librt or libposix4 could be used for linking even when finally not using the clock_gettime() function due to lack of the monotonic clock. | |||
2008-05-10 | Add library checking for clock_gettime() support | Yang Tse | |
2008-03-31 | Removed the generated ca-bundle.h file. The verbatim value of $ca and | Michal Marek | |
$capath is known to configure, so it can be defined in config.h instead. | |||
2008-03-20 | - Added --with-ca-path=DIRECTORY configure option to use an openSSL CApath by | Michal Marek | |
default instead of a ca bundle. The configure script will also look for a ca path if no ca bundle is found and no option given. - Fixed detection of previously installed curl-ca-bundle.crt | |||
2008-02-18 | - We're no longer providing a very old ca-bundle in the curl tarball. You can | Daniel Stenberg | |
get a fresh one downloaded and created with 'make ca-bundle' or you can get one from here => http://curl.haxx.se/docs/caextract.html if you want a fresh new one extracted from Mozilla's recent list of ca certs. The configure option --with-ca-bundle now lets you specify what file to use as default ca bundle for your build. If not specified, the configure script will check a few known standard places for a global ca cert to use. | |||
2007-10-24 | Missing double quotes | Yang Tse | |
2007-10-19 | Add custom check for WINLDAP libraries. | Yang Tse | |
In CURL_CHECK_LIBS_WINLDAP and CURL_CHECK_LIBS_LDAP, check first with no additional library even when the optional list of libraries has been given. | |||
2007-10-17 | Fix CURL_CHECK_LIBS_LDAP failure when no parameter is given | Yang Tse | |
2007-10-17 | Default check for more libraries in CURL_CHECK_LIBS_LDAP, | Yang Tse | |
and allow parameter specification of libraries to check. | |||
2007-10-15 | Avoid depending on a header file for the definition of NULL | Yang Tse | |
2007-10-15 | Fix LDAP compile error when LDAP is not available. | Dan Fandrich | |
Fixed a typo in the LDAP configure code and made sure NULL is defined in a test programs that need it. | |||
2007-10-14 | Fix custom check for LDAP libraries | Yang Tse | |
2007-10-14 | Add custom check for LDAP libraries | Yang Tse | |
2007-10-14 | Add custom checks for lber, ldap, ldapssl and ldap_ssl header files | Yang Tse | |
2007-10-13 | Add check for winldap and winber header files | Yang Tse | |
2007-09-27 | Enabled a few more gcc warnings with --enable-debug. Renamed a few | Dan Fandrich | |
variables to avoid shadowing global declarations. | |||
2007-08-11 | Patrick Monnerat modified the LDAP code and approach in curl. Starting now, | Daniel Stenberg | |
the configure script checks for openldap and friends and we link with those libs just like we link all other third party libraries, and we no longer dlopen() those libraries. Our private header file lib/ldap.h was renamed to lib/curl_ldap.h due to this. I set a tag in CVS (curl-7_17_0-preldapfix) just before this commit, just in case. | |||
2007-07-30 | Peter O'Gorman pointed out (and fixed) that the non-blocking check in | Daniel Stenberg | |
configure made libcurl use blocking sockets on AIX 4 and 5, while that wasn't the intention. | |||
2007-04-10 | --enable-sspi only supported on Windows native builds | Yang Tse | |
2007-04-03 | Cleanup. Warnings related with FD_SET, FD_ISSET, and FD_ZERO macros | Yang Tse | |
are not icc 9.0 specific. | |||
2007-03-27 | Daniel Johnson's fix for shared object extension detection on Mac OS X. | Dan Fandrich | |
2007-03-22 | fix wrong macro name introduced in las commit | Yang Tse | |
2007-03-22 | Add check for compiler variadic macro support in configuration script | Yang Tse | |
2007-03-22 | attempt to keep message length below 80 chars | Yang Tse | |
2007-02-15 | icc 9.0 when compiling its generated code for its own FD_SET, | Yang Tse | |
FD_ISSET, and FD_ZERO macros emits warnings #1469 and #593. So for icc 9.0 we also ignore warnings #1469 and #593. * 593 warns on "variable __d0 was set but never used" * 1469 warns on "cc clobber ignored" | |||
2007-02-13 | Added last-resort dynamic library names. | Dan Fandrich | |
2007-01-31 | Properly use libtool macros to fix OpenLDAP library name detection on Darwin. | Dan Fandrich | |
2006-11-22 | Added a check in configure that verifies if <signal.h> is available, | Yang Tse | |
defining HAVE_SIGNAL_H if the header is available. Added a check in configure that tests if the sig_atomic_t type is available, defining HAVE_SIG_ATOMIC_T if it is available. Providing a suitable default in setup_once.h if not available. Added a check in configure that tests if the sig_atomic_t type is already defined as volatile, defining HAVE_SIG_ATOMIC_T_VOLATILE if it is available and already defined as volatile. | |||
2006-10-16 | Added a check in configure that simply tries to run a program (not when | Daniel Stenberg | |
cross-compiling) in order to detect problems with run-time libraries that otherwise would occur when the sizeof tests for curl_off_t would run and thus be much more confusing to users. The check of course should run after all lib-checks are done and before any other test is used that would run an executable built for testing-purposes. | |||
2006-10-13 | Check for struct timeval at configuration time | Yang Tse | |
2006-08-04 | Being unable to link or find out recv() or send() args types is a fatal error. | Yang Tse | |
2006-07-31 | Avoid the risk of a false positive detection of MSG_NOSIGNAL when cross ↵ | Yang Tse | |
compiling a Windows target. | |||
2006-07-28 | First step trying to avoid the multiple header inclusion and recursion ↵ | Yang Tse | |
nightmare. Reintroduce checking for HAVE_MSG_NOSIGNAL in configure script, so that we don't depend on header inclusion order for a valid check. |