Daniel Stenberg
1b9e26a287
added a lame double-check for libcrypto as otherwise it wouldn't get added
...
properly! (?) Anyone has any better solution then please step forward!
2001-05-21 13:33:03 +00:00
Daniel Stenberg
4836154cef
this should not set a SSL path to LDFLAGS or CPPFLAGS unless it really needs
...
to
2001-05-18 14:42:41 +00:00
Daniel Stenberg
23903306a7
nicer OpenSSL header check
2001-05-18 12:36:38 +00:00
Daniel Stenberg
1ee7f92ce4
configure sets variables that curl-config uses to display what features
...
that have been built-in
2001-04-18 09:28:55 +00:00
Daniel Stenberg
5ab751f5d0
Generates curl-config now
2001-04-17 12:27:59 +00:00
Daniel Stenberg
ad1abee441
Andrés García's problems on the mailing list made me realize that we can't
...
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-22 08:51:24 +00:00
Daniel Stenberg
aa860990ad
fix the new makefiles in php/ and perl/
2001-03-16 13:35:45 +00:00
Daniel Stenberg
92186dc3d3
checks for a few functions and include files more for the new getpwuid()
...
stuff in lib/netrc.c
2001-03-14 16:05:31 +00:00
Daniel Stenberg
11693c0faa
the socklen_t check is more involved now, but works on linux at least
2001-03-09 15:38:59 +00:00
Daniel Stenberg
8cd3f44040
added a check for socklen_t
...
removed the tiny/Makefile that was added accidentaly before
2001-03-09 15:21:00 +00:00
Daniel Stenberg
2ef13230cb
new seeding stuff as mentioned by Albert Chin
2001-03-06 00:04:58 +00:00
Daniel Stenberg
cf8704ccdf
7.7 alpha 2 commit
2001-03-04 16:34:20 +00:00
Daniel Stenberg
61e2a8108b
7.6.1-pre3
2001-02-07 09:49:06 +00:00
Daniel Stenberg
f6e2bfd464
Jun-ichiro itojun Hagino's IPv6 adjustments
2001-02-05 23:04:44 +00:00
Daniel Stenberg
572c29a4a3
Added support for --enable-debug
2001-02-01 07:58:49 +00:00
Daniel Stenberg
c0c0283356
Added a check for a working getaddrinfo() that is required for the IPv6
...
to be considered enabled
2001-01-31 13:53:31 +00:00
Daniel Stenberg
4f255ffbeb
make the configure script die if select() or socket() is missing
2001-01-25 12:28:46 +00:00
Daniel Stenberg
65840f1fd1
Added simple IPv6 recognition support
2001-01-22 23:54:54 +00:00
Daniel Stenberg
b915ca68f9
'make distcheck' works now
2001-01-08 17:38:23 +00:00
Daniel Stenberg
9ade752fa7
distcheck fixes
2001-01-08 16:31:29 +00:00
Daniel Stenberg
d54cdf294b
adjusted to work with automake 'make dist'
2001-01-08 13:39:21 +00:00
Daniel Stenberg
044ca343ad
Loic Dachary's makefile/dist/rpm fixes
2001-01-08 10:00:14 +00:00
Daniel Stenberg
784f57f9eb
configure now finds the correct version number even if invoked from outside
...
the source-tree
2001-01-04 10:28:47 +00:00
Daniel Stenberg
dde277d86a
Albert Chin-A-Young fixed the SSL option to use LDFLAGS properly
2000-12-11 07:38:47 +00:00
Daniel Stenberg
172f0ba12d
the tests dir is added
2000-11-10 14:42:06 +00:00
Daniel Stenberg
1ff573c649
added getpass_r check
2000-11-10 09:19:47 +00:00
Daniel Stenberg
b32bf42763
Added RSAglue/rsaref lib check if the crypto lib is there but the ssl lib
...
check fails.
2000-11-09 12:35:45 +00:00
Daniel Stenberg
61fb8fea10
cleaned up the thread-safe checks into separate functions, added check for
...
gethostbyname() in the socket lib as it seems some systems need it
2000-11-08 14:27:46 +00:00
Daniel Stenberg
852b664e45
added signal in case sigaction is missing
2000-11-01 08:19:10 +00:00
Daniel Stenberg
3264ce04ee
Added sigaction check
2000-10-27 10:52:08 +00:00
Daniel Stenberg
cdfb83e0e3
removed getpass-check since getpass() is no longer being used
2000-10-26 10:32:31 +00:00
Daniel Stenberg
8f5ffd94a2
the configure script dynamically gets the version from the include file now
...
which lets the maketgz skip updating the configure.in file
2000-10-23 13:56:12 +00:00
Daniel Stenberg
f6163b375f
7.4.1 commit
2000-10-16 13:52:05 +00:00
Daniel Stenberg
a513e97464
moved the src/config.h stuff to the bottom, as automake were adding include
...
stuff to ../src in the lib directory's Makefile.in otherwise!
2000-10-06 10:40:43 +00:00
Daniel Stenberg
13962adcb5
7.3 commit
2000-09-28 10:26:44 +00:00
Daniel Stenberg
00505c9247
moved the RAND_status() and RAND_screen() checks to the openssl section
...
added strlcpy() check in the krb4 section
2000-09-26 22:27:24 +00:00
Daniel Stenberg
1cedcce3e9
patched 7.2 configure to work!
2000-08-31 06:10:02 +00:00
Daniel Stenberg
216b198494
7.2
2000-08-30 11:53:39 +00:00
Daniel Stenberg
bb7929ec50
Inreased buffer size for the Linux gethostbyname_r() test
2000-08-24 17:12:46 +00:00
Daniel Stenberg
d4ffc5ef32
removed the AC_TRY_RUN complaints
2000-08-24 13:05:24 +00:00
Daniel Stenberg
1b1f143cd6
hostname and large file support added
2000-08-24 12:33:16 +00:00
Daniel Stenberg
d4731b7050
Albert Chin-A-Young's fixes
2000-08-23 07:23:42 +00:00
Daniel Stenberg
e559a7b872
7.1.1 cleanup commit
2000-08-21 21:56:41 +00:00
Daniel Stenberg
f8e916db46
removed the vprintf check, we have our own internal anyway
...
gethostbyname_r arg-number checks no longer made if there isn't any
gethostbyname_r function!
aborts the configure if socket() is absent
2000-08-17 16:33:02 +00:00
Daniel Stenberg
b174aeaac9
brand new gethostbyname_r() and gethostbyaddr_r() checks that now detects
...
the AIX-styles as well.
I added --disable-thread to allow a user to disable all testing for
thread-safe functions being present and thus go with the good old style
functions. This might become handy if (when?) I add a bug in the threaded
code, like the AIX code I have now but can't test!
2000-08-04 11:30:23 +00:00
Daniel Stenberg
c3c7739811
big last-beta (?) cleanup commit
2000-07-31 22:42:34 +00:00
Daniel Stenberg
9d5c6df788
added localtime_r()
2000-07-29 22:21:10 +00:00
Daniel Stenberg
f71a1485f3
libtool adjustments
2000-07-26 09:28:29 +00:00
Daniel Stenberg
caf8c01e85
re-added the check for BOTH nsl and socket libs
2000-07-25 07:29:32 +00:00
Daniel Stenberg
95ddb16768
Added checks for number of parameters to the functions gethostbyname_r()
...
and gethostbyaddr_r()
2000-05-30 22:26:26 +00:00
Daniel Stenberg
5d39dde961
pre-release commit
2000-05-30 16:31:46 +00:00
Daniel Stenberg
d5bc98fcec
added sys/time.h check
2000-05-25 15:18:02 +00:00
Daniel Stenberg
96dde76b99
moved here from the newlib branch
2000-05-22 14:12:12 +00:00
Daniel Stenberg
bc10563c98
Added BOTH nsl+socket lib check
...
Added HOST and TARGET checks
Added automatic update of the *spec.in files (Linux RPM stuff)
2000-05-14 15:21:45 +00:00
Daniel Stenberg
95c2534a95
string checks added
2000-05-14 13:33:53 +00:00
Daniel Stenberg
d1a1fcc6f1
removed the double BSD install check
2000-03-21 17:12:27 +00:00
Daniel Stenberg
475869a612
6.5.2 release commit
2000-03-21 15:37:13 +00:00
Daniel Stenberg
a2d2569c7d
release commit time
2000-03-21 14:23:45 +00:00
Daniel Stenberg
8898ff9e04
Added checks for RAND_screen, malloc.h and stdlib.h
2000-03-16 11:34:19 +00:00
Daniel Stenberg
90030a49c7
6.5 cleanup commit
2000-03-14 08:33:15 +00:00
Daniel Stenberg
7dc36344a0
put back the perl binary check
2000-03-13 09:12:18 +00:00
Daniel Stenberg
0e31dadfb4
Added checks for setvbuf(), RAND_set() and removed the perl stuff
2000-03-02 23:02:58 +00:00
Daniel Stenberg
90719eb3fd
more removals
2000-01-10 23:55:47 +00:00
Daniel Stenberg
ae1912cb0d
Initial revision
1999-12-29 14:20:26 +00:00