don't poke installed scm, go, etc files when running pre-inst-guile
authorAndy Wingo <wingo@pobox.com>
Thu, 18 Sep 2008 21:04:58 +0000 (23:04 +0200)
committerAndy Wingo <wingo@pobox.com>
Thu, 18 Sep 2008 21:04:58 +0000 (23:04 +0200)
commit02b84691b274155f4528f99e90fbe39c77ed546d
tree9c29f27bd651ecc69c0726cd229b14643e89f561
parentd51406fe875ae5040324da19459c3e867df434a3
don't poke installed scm, go, etc files when running pre-inst-guile

* libguile/load.c (scm_init_load_path): If GUILE_SYSTEM_PATH is set, use
  that instead of the compiled-in suffix to the load path. And, as a
  special case, GUILE_SYSTEM_PATH= is interpreted as '(). A bit nasty.

* pre-inst-guile-env.in (top_builddir): Set GUILE_SYSTEM_PATH to the
  empty string, if it is not set.
libguile/load.c
pre-inst-guile-env.in