mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-21 03:00:19 +02:00
Add meta/build-env
* meta/build-env.in: New file which sets up an environment that does not inherit GUILE_LOAD_PATH / GUILE_LOAD_COMPILED_PATH (unless cross-compiling). * doc/ref/Makefile.am (autoconf-macros.texi): * libguile/Makefile.am (snarf2checkedtexi): * module/Makefile.am (ice-9/psyntax-pp.go): * test-suite/standalone/Makefile.am (GUILE_INSTALL_LOCALE): * am/bootstrap.am (.scm.go): * am/guilec (.scm.go): Use build-env. * configure.ac: Create build-env.
This commit is contained in:
parent
b05b67b2b3
commit
38f23e75a5
8 changed files with 129 additions and 7 deletions
|
@ -35,7 +35,7 @@ TESTS_ENVIRONMENT = \
|
|||
srcdir="$(srcdir)" \
|
||||
builddir="$(builddir)" \
|
||||
@LOCALCHARSET_TESTS_ENVIRONMENT@ \
|
||||
GUILE_AUTO_COMPILE=0 "${top_builddir}/meta/uninstalled-env"
|
||||
GUILE_AUTO_COMPILE=0 "${top_builddir}/meta/build-env"
|
||||
|
||||
## Check for headers in $(srcdir) and build dir before $(CPPFLAGS), which
|
||||
## may point us to an old, installed version of guile.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue