| Commit message (Expand) | Author | Age | Files | Lines |
* | Renamed configure.in to configure.ac, as this is the supposedly new preferred | Daniel Stenberg | 2003-03-25 | 1 | -889/+0 |
* | use init and copyright to get a better header in the generated script | Daniel Stenberg | 2003-03-25 | 1 | -2/+8 |
* | figure out select()'s argument types | Daniel Stenberg | 2003-03-15 | 1 | -0/+2 |
* | improved "deeper" check | Daniel Stenberg | 2003-03-14 | 1 | -1/+2 |
* | No longer halts operation if select or socket are missing, since in most | Daniel Stenberg | 2003-03-13 | 1 | -10/+0 |
* | Extra function-find magic for platforms that don't like the way the | Daniel Stenberg | 2003-03-13 | 1 | -1/+14 |
* | improved the header checks | Daniel Stenberg | 2003-03-12 | 1 | -11/+49 |
* | Massige use of AC_HELP_STRING() all over makes the --help output so much | Daniel Stenberg | 2003-03-12 | 1 | -30/+32 |
* | don't check for netinet/if_ether.h, we don't include it and it causes | Daniel Stenberg | 2003-03-11 | 1 | -1/+0 |
* | figure out the path to a 'sed' as otherwise libtool gets crazy | Daniel Stenberg | 2003-03-07 | 1 | -0/+3 |
* | moved the disable-thread warning to the switch code so that the AIX 4.3 | Daniel Stenberg | 2003-03-03 | 1 | -1/+1 |
* | Detect AIX 4.3 or later, and if found disable the check for the thread-safe | Daniel Stenberg | 2003-03-03 | 1 | -0/+16 |
* | HAVE_WRITABLE_ARGV is set if argv[] is writable on the system, and then | Daniel Stenberg | 2003-01-29 | 1 | -0/+16 |
* | removed -Wcast-align from --enable-debug with gcc, it just gives too many | Daniel Stenberg | 2003-01-27 | 1 | -1/+1 |
* | added description in all AC_DEFINE() calls | Daniel Stenberg | 2003-01-20 | 1 | -1/+1 |
* | Use AM_MAINTAINER_MODE which thus makes less maintainer stuff in the default | Daniel Stenberg | 2002-12-20 | 1 | -0/+1 |
* | cut off -O properly when building for debug | Daniel Stenberg | 2002-12-16 | 1 | -1/+13 |
* | bad use of AM_CONDITIONAL removed and now configure runs better when used | Daniel Stenberg | 2002-11-28 | 1 | -2/+1 |
* | attempts to filter off optimize flags when --enable-debug is used | Daniel Stenberg | 2002-11-15 | 1 | -0/+2 |
* | works now with autoconf 2.54 | Daniel Stenberg | 2002-10-28 | 1 | -26/+26 |
* | fixed the cygwin check for -no-undefined | Daniel Stenberg | 2002-10-23 | 1 | -1/+1 |
* | check for cygwin and if built on that, enable the no-undefined option for | Daniel Stenberg | 2002-10-21 | 1 | -0/+11 |
* | --enable-debug now checks if gcc is used before it sets all those gcc- | Daniel Stenberg | 2002-10-21 | 1 | -1/+4 |
* | rewrote the --with-zlib check, based on Albert Chin's input. | Daniel Stenberg | 2002-10-08 | 1 | -34/+38 |
* | --with-libz and --without-libz are now supported | Daniel Stenberg | 2002-10-01 | 1 | -30/+28 |
* | AC_SUBST HAVE_LIBZ for curl-config.in | Daniel Stenberg | 2002-09-02 | 1 | -1/+3 |
* | James Gallagher's Content-Encoding work | Daniel Stenberg | 2002-09-02 | 1 | -14/+15 |
* | CURLE_SSL_INSECURE is removed again and so is CURLOPT_SSL_INSECURE, we | Daniel Stenberg | 2002-08-30 | 1 | -1/+1 |
* | ca-bundle stuff for configure and generated header file | Daniel Stenberg | 2002-08-30 | 1 | -1/+27 |
* | gethostname is not used anymore so we can stop looking for it! ;-) | Daniel Stenberg | 2002-08-13 | 1 | -4/+0 |
* | check for poll() | Daniel Stenberg | 2002-08-13 | 1 | -1/+2 |
* | check for sys/poll.h | Daniel Stenberg | 2002-07-29 | 1 | -0/+1 |
* | Now uses sigsetjmp() and siglongjmp() to bail out from slow name lookups in | Daniel Stenberg | 2002-06-11 | 1 | -22/+37 |
* | added --disable-[protocol] support | Daniel Stenberg | 2002-06-11 | 1 | -3/+116 |
* | added docs/libcurl/ | Daniel Stenberg | 2002-03-04 | 1 | -1/+1 |
* | Added packages/EPM | Daniel Stenberg | 2002-03-04 | 1 | -0/+2 |
* | the test suite http server is now automake'd | Daniel Stenberg | 2002-02-25 | 1 | -0/+1 |
* | generate a config file for the test suite http server too | Daniel Stenberg | 2002-02-25 | 1 | -1/+1 |
* | moved the config.h to lib/config.h | Daniel Stenberg | 2002-02-19 | 1 | -1/+1 |
* | playing with more strict gcc warnings with --enable-debug | Daniel Stenberg | 2002-01-18 | 1 | -1/+1 |
* | commented out the 'long long' and 'long double' checks, as we don't really | Daniel Stenberg | 2002-01-18 | 1 | -2/+2 |
* | multi stuff from the multi-dev branch | Daniel Stenberg | 2002-01-03 | 1 | -0/+1 |
* | Götz Babin-Ebell's OpenSSL ENGINE patch | Daniel Stenberg | 2001-12-17 | 1 | -0/+4 |
* | added gmtime_r check | Daniel Stenberg | 2001-12-07 | 1 | -0/+2 |
* | Added an in_addr_t check | Daniel Stenberg | 2001-11-28 | 1 | -1/+1 |
* | Kevin Roth's cygwin package fixes | Daniel Stenberg | 2001-10-29 | 1 | -1/+1 |
* | added AC_PREREQ(2.50) to prevent autoconf mistakes | Daniel Stenberg | 2001-10-23 | 1 | -0/+7 |
* | added cygwin package makefile | Daniel Stenberg | 2001-10-22 | 1 | -0/+1 |
* | added AC_LIBTOOL_WIN32_DLL for cygwin setup issues | Daniel Stenberg | 2001-10-16 | 1 | -0/+4 |
* | getservbyname is not used by libcurl, don't check for it | Daniel Stenberg | 2001-10-11 | 1 | -1/+0 |