mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-19 03:00:25 +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/guilec (.scm.go): Use build-env. * configure.ac: Create build-env.
This commit is contained in:
parent
a39ac7db60
commit
5b7b5749e1
7 changed files with 127 additions and 5 deletions
|
@ -35,7 +35,7 @@ TESTS_ENVIRONMENT = \
|
|||
srcdir="$(srcdir)" \
|
||||
builddir="$(builddir)" \
|
||||
@LOCALCHARSET_TESTS_ENVIRONMENT@ \
|
||||
GUILE_INSTALL_LOCALE=1 GUILE_AUTO_COMPILE=0 "${top_builddir}/meta/uninstalled-env"
|
||||
GUILE_INSTALL_LOCALE=1 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