Todd C. Miller
|
89bdafdc36
|
back out last configure.in change now that I've hacked autoconf to fix the real problem and add a missing newline
|
1999-02-22 20:01:47 +00:00 |
|
Todd C. Miller
|
d3730e35f1
|
When falling back to checking for socket() when linking with "-lsocket -lnsl" check for main() instead since autoconf has already cached the results of checking for socket() in -lsocket. This is really an autoconf bug as it should use the extra libs as part of the cache variable name.
|
1999-02-22 15:58:11 +00:00 |
|
Todd C. Miller
|
6993389719
|
define for_BSD_TYPES irix
|
1999-02-09 18:11:51 +00:00 |
|
Todd C. Miller
|
97d36a72d4
|
When linking with both -lsocket and -lnsl be sure to do so in that order. Also, when we can't find socket() or inet_addr() and have to try linking with both libs, issue a warning.
|
1999-02-01 00:46:13 +00:00 |
|
Todd C. Miller
|
4633962703
|
fix and correctly document --with-umask; problem noted by adap@adap.org
|
1999-01-22 18:13:16 +00:00 |
|
Todd C. Miller
|
fe4f974b38
|
only use /usr/{man,catman}/local to store man pages if suer didn't override prefix or mandir
|
1999-01-20 01:38:25 +00:00 |
|
Todd C. Miller
|
94026c212c
|
fix typo, make --with-SecurID take an arg
|
1999-01-20 01:24:41 +00:00 |
|
Todd C. Miller
|
cefcc04d60
|
FWTK 'authsrv' support from Kevin Kadow <kadow@MSG.NET>
|
1999-01-19 02:04:41 +00:00 |
|
Todd C. Miller
|
55a5687a36
|
better fix for the problem of unresolved symbols in -lnsl or -lsocket
|
1999-01-19 01:00:20 +00:00 |
|
Todd C. Miller
|
0ca93567b2
|
when checking for functions in -lnsl and -lsocket link with both of them to avoid unresolved symbols on some weirdo systems
|
1999-01-19 00:39:15 +00:00 |
|
Todd C. Miller
|
d3aaf52283
|
crank version and regen files
|
1999-01-17 22:40:55 +00:00 |
|
Todd C. Miller
|
3983a7a651
|
kerb5 support from fcusack@iconnet.net
|
1999-01-17 22:08:55 +00:00 |
|
Todd C. Miller
|
ab576d5bd4
|
regen based on configure.in
|
1999-01-17 21:32:35 +00:00 |
|