[8909] in Athena Bugs
Errors in discuss configuration
daemon@ATHENA.MIT.EDU (Calvin Clark)
Fri Jan 31 17:09:22 1992
Date: Fri, 31 Jan 92 17:08:56 -0500
From: Calvin Clark <ckclark@mit.edu>
To: bug-discuss@Athena.MIT.EDU
Cc: bugs@Athena.MIT.EDU
Reply-To: ckclark@mit.edu
A discuss build of discuss-1.6 on the RT bailed out on me because of an
extra #endif in the site.def file:
*** /mit/discuss/source/config/site.def Fri Jan 10 00:00:18 1992
--- site.def Fri Jan 31 17:02:37 1992
***************
*** 134,140 ****
#define ZephyrDef /**/
#define ZephyrLib /**/
#endif
- #endif
#ifdef BuildUtils
#define ComErrDep $(UTILLIBDIR)/libcom_err.a
--- 134,139 ----
(This patch does not apply to Athena, but the following comment does.)
Also, the file `pager.c' in the client directory is never built or used.
It should be removed from the distribution.
-Calvin