[1457] in NetBSD-Development
Re: Some unimportant information about Discuss
daemon@ATHENA.MIT.EDU (Greg Hudson)
Tue Jul 15 11:33:37 1997
To: Salvatore Valente <svalente@MIT.EDU>
Cc: sipb-athena@MIT.EDU, discuss@MIT.EDU
In-Reply-To: Your message of "Mon, 14 Jul 1997 22:37:44 EDT."
<199707150237.WAA11488@cutter-john.mit.edu>
Date: Tue, 15 Jul 1997 11:33:13 EDT
From: Greg Hudson <ghudson@MIT.EDU>
> - Since it gets the install pathnames from the configure script, the
> info files are installed in /usr/athena/share, the server is
> installed in /usr/athena/sbin, and edsc is installed in
> /usr/athena/bin. You can make it use the old locations by giving
> the appropriate flags to the configure script.
info files are special, and should be installed in @infodir@.
You might want to see /mit/source-8.1/packs/build/config.site. This
is how I reconcile the autoconf defaults with Athena preferences
without encoding Athena site preferences into the application build
system (unless something needs to live in /etc/athena or /bin/athena).
/mit/source-8.1/doc/build-system goes into this in infinite detail.
I think edsc should be installed in @libexecdir@. The current Athena
config.site doesn't set libexecdir, but I should probably set it to
/usr/athena/etc there.