For those wanting to build for several platforms with the same source
authorRichard Levitte <levitte@openssl.org>
Tue, 16 Jul 2002 08:53:32 +0000 (08:53 +0000)
committerRichard Levitte <levitte@openssl.org>
Tue, 16 Jul 2002 08:53:32 +0000 (08:53 +0000)
commitc2aa4f2081e18999ccf2ca466ac69afe67c2b291
tree5b1b936e593b7fb1a07e5611857dc571aee52cea
parentb23f50e67eecb7a381e5ed90b11eb438af596316
For those wanting to build for several platforms with the same source
directory, making a separate directory tree with lots of symbolic links
seems to be the solution.  Unfortunatelt, Configure doesn't take appropriate
steps to support this solution (as in removing a file that's going to be
rewritten).  This change corrects that situation.  Now I just have to
find all other places where there's lack of support for this.
Configure