aboutsummaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)Author
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
2001-09-07checks for sys/utime.hDaniel Stenberg
2001-09-03utime() and utime.h adjustments for curl -RDaniel Stenberg
2001-08-21Troy Engel's fix for running configure without --with-sslDaniel Stenberg
2001-08-20Albert Chin's neat configure/package fixesDaniel Stenberg
2001-08-14--enable-debug now sets the following CFLAGS:Daniel Stenberg
-W -Wall -Wwrite-strings -pedantic -g
2001-06-20when --with-ssl is used with a specified path, we use that path immediatelyDaniel Stenberg
to check libs and include files in, we don't check the default places first!
2001-06-11Added a check that 'localhost' resolves before the gethostbyname_r() checks,Daniel Stenberg
as they depend on the resolving of that name. It seems this mistake is happening from time to time and people have a hard time finding out why configure can't detect their gethostbyname_r()-setup.
2001-05-31fixed the dlopen checkDaniel Stenberg
2001-05-30Added Solaris 'pkgadd' building support to packages collection and ↵Cris Bailiff
autoconf/automake files
2001-05-29check for strtok_rDaniel Stenberg
2001-05-28added 'curl-config --vernum' for hardcore hex version outputDaniel Stenberg
2001-05-22general autoconf and automake fixesDaniel Stenberg
2001-05-22cleanup commit for new autoconf+automake+libtool versionsDaniel Stenberg
2001-05-21added a lame double-check for libcrypto as otherwise it wouldn't get addedDaniel Stenberg
properly! (?) Anyone has any better solution then please step forward!
2001-05-18this should not set a SSL path to LDFLAGS or CPPFLAGS unless it really needsDaniel Stenberg
to
2001-05-18nicer OpenSSL header checkDaniel Stenberg
2001-04-18configure sets variables that curl-config uses to display what featuresDaniel Stenberg
that have been built-in
2001-04-17Generates curl-config nowDaniel Stenberg
2001-03-22Andrés García's problems on the mailing list made me realize that we can'tDaniel Stenberg
allow this script to simply detect a gethostbyname_r() if it can't figure out how to use it. From now on, this script will fail when that happens.
2001-03-16fix the new makefiles in php/ and perl/Daniel Stenberg
2001-03-14checks for a few functions and include files more for the new getpwuid()Daniel Stenberg
stuff in lib/netrc.c
2001-03-09the socklen_t check is more involved now, but works on linux at leastDaniel Stenberg
2001-03-09added a check for socklen_tDaniel Stenberg
removed the tiny/Makefile that was added accidentaly before
2001-03-06new seeding stuff as mentioned by Albert ChinDaniel Stenberg
2001-03-047.7 alpha 2 commitDaniel Stenberg
2001-02-077.6.1-pre3Daniel Stenberg
2001-02-05Jun-ichiro itojun Hagino's IPv6 adjustmentsDaniel Stenberg
2001-02-01Added support for --enable-debugDaniel Stenberg
2001-01-31Added a check for a working getaddrinfo() that is required for the IPv6Daniel Stenberg
to be considered enabled
2001-01-25make the configure script die if select() or socket() is missingDaniel Stenberg
2001-01-22Added simple IPv6 recognition supportDaniel Stenberg