[1313] in Kerberos_V5_Development
Re: sub-packages of krb5 for autoconf purposes
daemon@ATHENA.MIT.EDU (Barry Jaspan)
Fri Jun 14 10:46:58 1996
Date: Fri, 14 Jun 1996 10:46:36 -0400
From: "Barry Jaspan" <bjaspan@MIT.EDU>
To: tlyu@MIT.EDU
Cc: krbdev@MIT.EDU
In-Reply-To: <199606140120.VAA28004@dragons-lair.MIT.EDU> (message from Tom Yu on Thu, 13 Jun 1996 21:20:49 -0400)
I propose that instead of one configure.in file for each subdir (which
is really heinous to deal with, not to mention slow), we break the
krb5 tree into packages, each with a separate configure.in that
generates Makefiles in several directories.
I absolutely agree; this is a good step in the direction of a more
understandable build system.
I don't quite understand how the util directory fits into your list.
Some thing in util (db, ss at least) are needed by the KDC and admin
system; others (pty) are presumably needed by telnet/rlogin. Perhaps
your list is confused because the util directory is itself
confused. :-)
I think a system currently in util that is only used in one place in
Kerberos should be moved to that place. For the rest of the things in
util, I think it is reasonable to "to build any of the other packages
in Kerberos, you must first build the util package."
Barry