[1950] in Kerberos-V5-bugs
Re: Why make check fails under Ultrix....
daemon@ATHENA.MIT.EDU (Mark Eichin)
Mon Jun 3 16:08:29 1996
To: Ezra Peisach <epeisach@MIT.EDU>
Cc: Mark Eichin <eichin@MIT.EDU>, krbdev@MIT.EDU, krb5-bugs@MIT.EDU
From: Mark Eichin <eichin@MIT.EDU>
Date: 03 Jun 1996 16:06:18 -0400
In-Reply-To: Ezra Peisach's message of Mon, 03 Jun 1996 06:55:01 EDT
Ezra Peisach <epeisach@MIT.EDU> writes:
> The problem is not that AC_REPLACE_FUNCTIONS is broken, the Makefile.in
> is in that getdtablesize.o is always built and linked instead of
> realizing that LIBOBJS should be set in this case and DTRT...
Umm, the question was why was it split out in the first place? The
code used to be inlined in ftp/pclose.c, and
AC_HAVE_FUNCS(getcwd getdtablesize)
was what triggered the compilation.