aboutsummaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)Author
2003-03-14improved "deeper" checkDaniel Stenberg
2003-03-13No longer halts operation if select or socket are missing, since in mostDaniel Stenberg
cases this is wrong... and if they're truly missing, we won't succeed to link later on anyway.
2003-03-13Extra function-find magic for platforms that don't like the way theDaniel Stenberg
default AC_CHECK_FUNCS() work. HPUX 11 is one of them.
2003-03-12improved the header checksDaniel Stenberg
--enable-libgcc check for a sed before using it
2003-03-12Massige use of AC_HELP_STRING() all over makes the --help output so muchDaniel Stenberg
nicer!
2003-03-11don't check for netinet/if_ether.h, we don't include it and it causesDaniel Stenberg
configure warnings on many systems
2003-03-07figure out the path to a 'sed' as otherwise libtool gets crazyDaniel Stenberg
2003-03-03moved the disable-thread warning to the switch code so that the AIX 4.3Daniel Stenberg
automatic disable won't cause a warning
2003-03-03Detect AIX 4.3 or later, and if found disable the check for the thread-safeDaniel Stenberg
*_r() functions as they're not needed (and if fact mess things up for us). Brought to our attention by the friendly Troels Walsted Hansen in bug report #696217.
2003-01-29HAVE_WRITABLE_ARGV is set if argv[] is writable on the system, and thenDaniel Stenberg
we attempt to hide some of the more sensitive command line arguments
2003-01-27removed -Wcast-align from --enable-debug with gcc, it just gives too manyDaniel Stenberg
warnings that I can't be concerned about at this point.
2003-01-20added description in all AC_DEFINE() callsDaniel Stenberg
2002-12-20Use AM_MAINTAINER_MODE which thus makes less maintainer stuff in the defaultDaniel Stenberg
makefile when --enable-maintainer-mode is not used.
2002-12-16cut off -O properly when building for debugDaniel Stenberg
setup the Makefile in tests/libtest/
2002-11-28bad use of AM_CONDITIONAL removed and now configure runs better when usedDaniel Stenberg
with --disable-ipv6 --without-zlib
2002-11-15attempts to filter off optimize flags when --enable-debug is usedDaniel Stenberg
2002-10-28works now with autoconf 2.54Daniel Stenberg
2002-10-23fixed the cygwin check for -no-undefinedDaniel Stenberg
2002-10-21check for cygwin and if built on that, enable the no-undefined option forDaniel Stenberg
libtool. Otherwise disable it.
2002-10-21--enable-debug now checks if gcc is used before it sets all those gcc-Daniel Stenberg
specific options. This should make this option work on more platforms with other compilers.
2002-10-08rewrote the --with-zlib check, based on Albert Chin's input.Daniel Stenberg
2002-10-01--with-libz and --without-libz are now supportedDaniel Stenberg
2002-09-02AC_SUBST HAVE_LIBZ for curl-config.inDaniel Stenberg
2002-09-02James Gallagher's Content-Encoding workDaniel Stenberg
2002-08-30CURLE_SSL_INSECURE is removed again and so is CURLOPT_SSL_INSECURE, weDaniel Stenberg
proceed fine with the already existing options, just having a different internal library default for capath.
2002-08-30ca-bundle stuff for configure and generated header fileDaniel Stenberg
2002-08-13gethostname is not used anymore so we can stop looking for it! ;-)Daniel Stenberg
2002-08-13check for poll()Daniel Stenberg
2002-07-29check for sys/poll.hDaniel Stenberg
2002-06-11Now uses sigsetjmp() and siglongjmp() to bail out from slow name lookups inDaniel Stenberg
case a timeout is set. This seems to work. God knows if it is good enough or what kind of side-effects we introduce here and now. I'll close my eyes and cross my fingers. Hard.
2002-06-11added --disable-[protocol] supportDaniel Stenberg
2002-03-04added docs/libcurl/Daniel Stenberg
removed multi/
2002-03-04Added packages/EPMDaniel Stenberg
2002-02-25the test suite http server is now automake'dDaniel Stenberg
2002-02-25generate a config file for the test suite http server tooDaniel Stenberg
2002-02-19moved the config.h to lib/config.hDaniel Stenberg
2002-01-18playing with more strict gcc warnings with --enable-debugDaniel Stenberg
2002-01-18commented out the 'long long' and 'long double' checks, as we don't reallyDaniel Stenberg
use them anyway and they cause warnings in lib/mprint.c
2002-01-03multi stuff from the multi-dev branchDaniel Stenberg
2001-12-17Götz Babin-Ebell's OpenSSL ENGINE patchDaniel Stenberg
2001-12-07added gmtime_r checkDaniel Stenberg
2001-11-28Added an in_addr_t checkDaniel Stenberg
2001-10-29Kevin Roth's cygwin package fixesDaniel Stenberg
2001-10-23added AC_PREREQ(2.50) to prevent autoconf mistakesDaniel Stenberg
2001-10-22added cygwin package makefileDaniel Stenberg
2001-10-16added AC_LIBTOOL_WIN32_DLL for cygwin setup issuesDaniel Stenberg
2001-10-11getservbyname is not used by libcurl, don't check for itDaniel Stenberg
2001-10-04Albert Chin's improved gethostbyname_r() testsDaniel Stenberg
2001-10-01Added non-blocking sockets testDaniel Stenberg
2001-09-12removed perl and php makefilesDaniel Stenberg