At Thu, 7 Nov 2019 23:14:52 +0000, "'Reuben Thomas' via Racket Users" wrote:
> I have a CONFIG_SITE environment variable which contains the following line:
> 
> test "$prefix" = NONE && prefix="$HOME_LOCAL"
> 
> (HOME_LOCAL is set to $HOME/.local)
> 
> Things then go wrong because racket/src/start/configure.ac code relies on
> prefix still being set to NONE in order to finally set prefix to `cd
> "${srcdfir}/.." && pwd`.
> 
> Is there some reason that prefix cannot be passed in from the top-level
> Makefile for an in-place build?

I think it would be ok to add `--prefix=NONE` to `CONFIG_IN_PLACE_ARGS`
in the top-level makefile (alongside `--enable-origtree`). Does that
solve the problem?


Matthew

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/5dcaf1a7.1c69fb81.b447e.bfedSMTPIN_ADDED_MISSING%40gmr-mx.google.com.

Reply via email to