aboutsummaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Expand)Author
2003-03-25Renamed configure.in to configure.ac, as this is the supposedly new preferredDaniel Stenberg
2003-03-25use init and copyright to get a better header in the generated scriptDaniel Stenberg
2003-03-15figure out select()'s argument typesDaniel Stenberg
2003-03-14improved "deeper" checkDaniel Stenberg
2003-03-13No longer halts operation if select or socket are missing, since in mostDaniel Stenberg
2003-03-13Extra function-find magic for platforms that don't like the way theDaniel Stenberg
2003-03-12improved the header checksDaniel Stenberg
2003-03-12Massige use of AC_HELP_STRING() all over makes the --help output so muchDaniel Stenberg
2003-03-11don't check for netinet/if_ether.h, we don't include it and it causesDaniel Stenberg
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
2003-03-03Detect AIX 4.3 or later, and if found disable the check for the thread-safeDaniel Stenberg
2003-01-29HAVE_WRITABLE_ARGV is set if argv[] is writable on the system, and thenDaniel Stenberg
2003-01-27removed -Wcast-align from --enable-debug with gcc, it just gives too manyDaniel Stenberg
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
2002-12-16cut off -O properly when building for debugDaniel Stenberg
2002-11-28bad use of AM_CONDITIONAL removed and now configure runs better when usedDaniel Stenberg
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
2002-10-21--enable-debug now checks if gcc is used before it sets all those gcc-Daniel Stenberg
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
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
2002-06-11added --disable-[protocol] supportDaniel Stenberg
2002-03-04added docs/libcurl/Daniel Stenberg
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
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