On Thu, 6 Jun 2002, Richard Levitte - VMS Whacker wrote:

> In revision 1.81 of Configure, the automatic run of 'make depend' was
> commented out.  IIRC, this was done because we had a dependency
> rebuild war happening a little now and then back then.  Since then,
> we've unified the results of dependency generation with the domd
> script, so this kind of war doesn't really happen any more that I know
> of.
>
> Doug Kaufman very correctly points out that it's not documented that
> configuration with some algorithms removed requires a manual 'make
> depend', and that a robust configuration system would do that for
> you.
>
> So, I'd like to ask everyone (except for Doug, I know your opinion
> already ;-)): should we uncomment the call to 'make depend'?

Currently 'make depend' uses makedepend which is part of X11.
While it may be likely that development machines have X, there may
be people building OpenSSL on machines with no X.
Even systems that have X, a users PATH doesn't include X binaries unless
they are running under X.
At a minimum we should find makedepend at Configure time by searching
the user's PATH and common X binary locations.
Something like  $PATH:/usr/X/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/openwin/bin
If makedepend is not found, perhaps a pointer to sources to build one.


-- 
Tim Rice                                Multitalents    (707) 887-1469
[EMAIL PROTECTED]


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to