summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* Andrés García's problems on the mailing list made me realize that we can'tDaniel Stenberg2001-03-221-0/+8
* fix the new makefiles in php/ and perl/Daniel Stenberg2001-03-161-1/+6
* checks for a few functions and include files more for the new getpwuid()Daniel Stenberg2001-03-141-1/+4
* the socklen_t check is more involved now, but works on linux at leastDaniel Stenberg2001-03-091-2/+21
* added a check for socklen_tDaniel Stenberg2001-03-091-2/+4
* new seeding stuff as mentioned by Albert ChinDaniel Stenberg2001-03-061-1/+32
* 7.7 alpha 2 commitcurl-7_7_alpha2Daniel Stenberg2001-03-041-1/+2
* 7.6.1-pre3curl-7_6_1-pre3Daniel Stenberg2001-02-071-0/+3
* Jun-ichiro itojun Hagino's IPv6 adjustmentsDaniel Stenberg2001-02-051-8/+7
* Added support for --enable-debugDaniel Stenberg2001-02-011-0/+19
* Added a check for a working getaddrinfo() that is required for the IPv6Daniel Stenberg2001-01-311-2/+52
* make the configure script die if select() or socket() is missingDaniel Stenberg2001-01-251-0/+3
* Added simple IPv6 recognition supportDaniel Stenberg2001-01-221-0/+38
* 'make distcheck' works nowDaniel Stenberg2001-01-081-0/+1
* distcheck fixesDaniel Stenberg2001-01-081-0/+4
* adjusted to work with automake 'make dist'Daniel Stenberg2001-01-081-6/+4
* Loic Dachary's makefile/dist/rpm fixesDaniel Stenberg2001-01-081-1/+3
* configure now finds the correct version number even if invoked from outsideDaniel Stenberg2001-01-041-1/+1
* Albert Chin-A-Young fixed the SSL option to use LDFLAGS properlyDaniel Stenberg2000-12-111-1/+2
* the tests dir is addedDaniel Stenberg2000-11-101-1/+2
* added getpass_r checkDaniel Stenberg2000-11-101-1/+2
* Added RSAglue/rsaref lib check if the crypto lib is there but the ssl libDaniel Stenberg2000-11-091-0/+17
* cleaned up the thread-safe checks into separate functions, added check forDaniel Stenberg2000-11-081-190/+225
* added signal in case sigaction is missingDaniel Stenberg2000-11-011-3/+2
* Added sigaction checkDaniel Stenberg2000-10-271-1/+2
* removed getpass-check since getpass() is no longer being usedDaniel Stenberg2000-10-261-1/+2
* the configure script dynamically gets the version from the include file nowDaniel Stenberg2000-10-231-1/+3
* 7.4.1 commitcurl-7_4_1Daniel Stenberg2000-10-161-3/+2
* moved the src/config.h stuff to the bottom, as automake were adding includeDaniel Stenberg2000-10-061-2/+3
* 7.3 commitcurl-7_3Daniel Stenberg2000-09-281-1/+1
* moved the RAND_status() and RAND_screen() checks to the openssl sectionDaniel Stenberg2000-09-261-4/+90
* patched 7.2 configure to work!Daniel Stenberg2000-08-311-6/+4
* 7.2Daniel Stenberg2000-08-301-1/+1
* Inreased buffer size for the Linux gethostbyname_r() testDaniel Stenberg2000-08-241-2/+2
* removed the AC_TRY_RUN complaintsDaniel Stenberg2000-08-241-4/+7
* hostname and large file support addedDaniel Stenberg2000-08-241-2/+5
* Albert Chin-A-Young's fixesDaniel Stenberg2000-08-231-138/+175
* 7.1.1 cleanup commitDaniel Stenberg2000-08-211-10/+10
* removed the vprintf check, we have our own internal anywayDaniel Stenberg2000-08-171-10/+19
* brand new gethostbyname_r() and gethostbyaddr_r() checks that now detectsDaniel Stenberg2000-08-041-101/+175
* big last-beta (?) cleanup commitDaniel Stenberg2000-07-311-1/+3
* added localtime_r()Daniel Stenberg2000-07-291-1/+2
* libtool adjustmentsDaniel Stenberg2000-07-261-1/+2
* re-added the check for BOTH nsl and socket libsDaniel Stenberg2000-07-251-1/+30
* Added checks for number of parameters to the functions gethostbyname_r()Daniel Stenberg2000-05-301-0/+99
* pre-release commitv7_0_2betaDaniel Stenberg2000-05-301-0/+3
* added sys/time.h checkDaniel Stenberg2000-05-251-1/+2
* moved here from the newlib branchDaniel Stenberg2000-05-221-32/+2
* Added BOTH nsl+socket lib checkDaniel Stenberg2000-05-141-2/+32
* string checks addedDaniel Stenberg2000-05-141-2/+2