[1948] in Kerberos-V5-bugs
Re: Why make check fails under Ultrix....
daemon@ATHENA.MIT.EDU (Ezra Peisach)
Mon Jun 3 06:55:25 1996
To: Mark Eichin <eichin@MIT.EDU>
Cc: krbdev@MIT.EDU, krb5-bugs@MIT.EDU
In-Reply-To: Your message of "03 Jun 1996 01:48:32 EDT."
<xe1pw7hqvyn.fsf@maneki-neko.cygnus.com>
Date: Mon, 03 Jun 1996 06:55:01 EDT
From: Ezra Peisach <epeisach@MIT.EDU>
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...
Perhaphs the change is as simple as changing the Makefile.in to replace
getdtablesize.o with $(LIBOBJS)....
Ezra