summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Expand)Author
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
2001-06-20when --with-ssl is used with a specified path, we use that path immediatelyDaniel Stenberg
2001-06-11Added a check that 'localhost' resolves before the gethostbyname_r() checks,Daniel Stenberg
2001-05-31fixed the dlopen checkDaniel Stenberg
2001-05-30Added Solaris 'pkgadd' building support to packages collection and autoconf/a...Cris Bailiff
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
2001-05-18this should not set a SSL path to LDFLAGS or CPPFLAGS unless it really needsDaniel Stenberg
2001-05-18nicer OpenSSL header checkDaniel Stenberg
2001-04-18configure sets variables that curl-config uses to display what featuresDaniel Stenberg
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
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
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
2001-03-06new seeding stuff as mentioned by Albert ChinDaniel Stenberg
2001-03-047.7 alpha 2 commitcurl-7_7_alpha2Daniel Stenberg
2001-02-077.6.1-pre3curl-7_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
2001-01-25make the configure script die if select() or socket() is missingDaniel Stenberg
2001-01-22Added simple IPv6 recognition supportDaniel Stenberg
2001-01-08'make distcheck' works nowDaniel Stenberg
2001-01-08distcheck fixesDaniel Stenberg
2001-01-08adjusted to work with automake 'make dist'Daniel Stenberg
2001-01-08Loic Dachary's makefile/dist/rpm fixesDaniel Stenberg
2001-01-04configure now finds the correct version number even if invoked from outsideDaniel Stenberg
2000-12-11Albert Chin-A-Young fixed the SSL option to use LDFLAGS properlyDaniel Stenberg
2000-11-10the tests dir is addedDaniel Stenberg
2000-11-10added getpass_r checkDaniel Stenberg
2000-11-09Added RSAglue/rsaref lib check if the crypto lib is there but the ssl libDaniel Stenberg
2000-11-08cleaned up the thread-safe checks into separate functions, added check forDaniel Stenberg
2000-11-01added signal in case sigaction is missingDaniel Stenberg
2000-10-27Added sigaction checkDaniel Stenberg
2000-10-26removed getpass-check since getpass() is no longer being usedDaniel Stenberg
2000-10-23the configure script dynamically gets the version from the include file nowDaniel Stenberg
2000-10-167.4.1 commitcurl-7_4_1Daniel Stenberg
2000-10-06moved the src/config.h stuff to the bottom, as automake were adding includeDaniel Stenberg
2000-09-287.3 commitcurl-7_3Daniel Stenberg
2000-09-26moved the RAND_status() and RAND_screen() checks to the openssl sectionDaniel Stenberg