[742] in Kerberos-V5-bugs
Re: synctree?
daemon@ATHENA.MIT.EDU (Theodore Ts'o)
Wed Sep 14 11:52:53 1994
Date: Wed, 14 Sep 1994 11:52:47 +0500
From: Theodore Ts'o <tytso@MIT.EDU>
To: snoalh@unx.sas.com
Cc: krb5-bugs@MIT.EDU, snoalh@unx.sas.com
In-Reply-To: snoalh@unx.sas.com's message of Wed, 14 Sep 94 09:20:03 EDT,
<199409141320.AA05180@fangio.unx.sas.com>
Date: Wed, 14 Sep 94 09:20:03 EDT
From: snoalh@unx.sas.com
I ftp'd the v5 kerberos source from /pub/kerberos/dist/940615 the
other day. The HOW_TO_BUILD file in the doc subdir refers to a
program called synctree that can be used to simplify building for
multiple hosts. I am unable to find the synctree program in the
specified directory. Is it still available? If so, how can I get it?
Unfortunately, I recently was made aware of some copyright encumberances
over the synctree program, which means we do not have the right to
redistribute its source code. Hence, I was forced to remove the
synctree program.
However, it should no longer be necessary to use the synctree program,
if you have a make program that understands VPATH. Simply make an empty
build directory, cd to it, and run the top level configure program in
the source file: "../src/configure", and it will do the right thing.
If you don't have a make that understands VPATH (and don't want to bring
over and compile gmake), you can also use the lndir program from the X11
distribution.
Good luck!!
- Ted