summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* Renamed configure.in to configure.ac, as this is the supposedly new preferredDaniel Stenberg2003-03-251-889/+0
* use init and copyright to get a better header in the generated scriptDaniel Stenberg2003-03-251-2/+8
* figure out select()'s argument typesDaniel Stenberg2003-03-151-0/+2
* improved "deeper" checkDaniel Stenberg2003-03-141-1/+2
* No longer halts operation if select or socket are missing, since in mostDaniel Stenberg2003-03-131-10/+0
* Extra function-find magic for platforms that don't like the way theDaniel Stenberg2003-03-131-1/+14
* improved the header checksDaniel Stenberg2003-03-121-11/+49
* Massige use of AC_HELP_STRING() all over makes the --help output so muchDaniel Stenberg2003-03-121-30/+32
* don't check for netinet/if_ether.h, we don't include it and it causesDaniel Stenberg2003-03-111-1/+0
* figure out the path to a 'sed' as otherwise libtool gets crazyDaniel Stenberg2003-03-071-0/+3
* moved the disable-thread warning to the switch code so that the AIX 4.3Daniel Stenberg2003-03-031-1/+1
* Detect AIX 4.3 or later, and if found disable the check for the thread-safeDaniel Stenberg2003-03-031-0/+16
* HAVE_WRITABLE_ARGV is set if argv[] is writable on the system, and thenDaniel Stenberg2003-01-291-0/+16
* removed -Wcast-align from --enable-debug with gcc, it just gives too manyDaniel Stenberg2003-01-271-1/+1
* added description in all AC_DEFINE() callsDaniel Stenberg2003-01-201-1/+1
* Use AM_MAINTAINER_MODE which thus makes less maintainer stuff in the defaultDaniel Stenberg2002-12-201-0/+1
* cut off -O properly when building for debugDaniel Stenberg2002-12-161-1/+13
* bad use of AM_CONDITIONAL removed and now configure runs better when usedDaniel Stenberg2002-11-281-2/+1
* attempts to filter off optimize flags when --enable-debug is usedDaniel Stenberg2002-11-151-0/+2
* works now with autoconf 2.54Daniel Stenberg2002-10-281-26/+26
* fixed the cygwin check for -no-undefinedDaniel Stenberg2002-10-231-1/+1
* check for cygwin and if built on that, enable the no-undefined option forDaniel Stenberg2002-10-211-0/+11
* --enable-debug now checks if gcc is used before it sets all those gcc-Daniel Stenberg2002-10-211-1/+4
* rewrote the --with-zlib check, based on Albert Chin's input.Daniel Stenberg2002-10-081-34/+38
* --with-libz and --without-libz are now supportedDaniel Stenberg2002-10-011-30/+28
* AC_SUBST HAVE_LIBZ for curl-config.inDaniel Stenberg2002-09-021-1/+3
* James Gallagher's Content-Encoding workDaniel Stenberg2002-09-021-14/+15
* CURLE_SSL_INSECURE is removed again and so is CURLOPT_SSL_INSECURE, weDaniel Stenberg2002-08-301-1/+1
* ca-bundle stuff for configure and generated header fileDaniel Stenberg2002-08-301-1/+27
* gethostname is not used anymore so we can stop looking for it! ;-)Daniel Stenberg2002-08-131-4/+0
* check for poll()Daniel Stenberg2002-08-131-1/+2
* check for sys/poll.hDaniel Stenberg2002-07-291-0/+1
* Now uses sigsetjmp() and siglongjmp() to bail out from slow name lookups inDaniel Stenberg2002-06-111-22/+37
* added --disable-[protocol] supportDaniel Stenberg2002-06-111-3/+116
* added docs/libcurl/Daniel Stenberg2002-03-041-1/+1
* Added packages/EPMDaniel Stenberg2002-03-041-0/+2
* the test suite http server is now automake'dDaniel Stenberg2002-02-251-0/+1
* generate a config file for the test suite http server tooDaniel Stenberg2002-02-251-1/+1
* moved the config.h to lib/config.hDaniel Stenberg2002-02-191-1/+1
* playing with more strict gcc warnings with --enable-debugDaniel Stenberg2002-01-181-1/+1
* commented out the 'long long' and 'long double' checks, as we don't reallyDaniel Stenberg2002-01-181-2/+2
* multi stuff from the multi-dev branchDaniel Stenberg2002-01-031-0/+1
* Götz Babin-Ebell's OpenSSL ENGINE patchDaniel Stenberg2001-12-171-0/+4
* added gmtime_r checkDaniel Stenberg2001-12-071-0/+2
* Added an in_addr_t checkDaniel Stenberg2001-11-281-1/+1
* Kevin Roth's cygwin package fixesDaniel Stenberg2001-10-291-1/+1
* added AC_PREREQ(2.50) to prevent autoconf mistakesDaniel Stenberg2001-10-231-0/+7
* added cygwin package makefileDaniel Stenberg2001-10-221-0/+1
* added AC_LIBTOOL_WIN32_DLL for cygwin setup issuesDaniel Stenberg2001-10-161-0/+4
* getservbyname is not used by libcurl, don't check for itDaniel Stenberg2001-10-111-1/+0