OpenAFS Master Repository branch, master, updated. 8af5762909714367c1cc764b3f491c06c2bcd5d0
Gerrit Code Review
gerrit@openafs.org
Thu, 23 Jul 2009 16:46:47 -0700 (PDT)
The following commit has been merged in the master branch:
commit 8af5762909714367c1cc764b3f491c06c2bcd5d0
Author: Russ Allbery <rra@stanford.edu>
Date: Sat Jul 18 11:38:22 2009 -0700
Clean up some obsolete Autoconf code
Remove hand-crafted equivalents of AC_SEARCH_LIBS for socket, connect,
and gethostbyname functions. The only effective difference between
this code and AC_SEARCH_LIBS was to define the HAVE_* macros for the
functions, which are not used anywhere in the tree.
Remove AC_FUNC_SETVBUF_REVERSED. This call no longer does anything in
current versions of Autoconf since the last system with this problem
was based on SVR2 and became obsolete in 1987. Remove the one place in
the source tree where the results are used.
Reviewed-on: http://gerrit.openafs.org/http://gerrit.openafs.org/154
Tested-by: Derrick Brashear <shadow@dementia.org>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
acinclude.m4 | 37 ++++---------------------------------
src/util/serverLog.c | 4 ----
2 files changed, 4 insertions(+), 37 deletions(-)
--
OpenAFS Master Repository