summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2016-07-10 13:21:38 +0200
committerAndy Wingo <wingo@pobox.com>2016-07-10 14:10:26 +0200
commit38f23e75a5508bc6c1016f1809dc522e36ccd08b (patch)
treec70d0eabfa7c663b5d23279ba44efa1afd2dfc5b /doc
parentb05b67b2b3677be51297791ad16cd73a37918ada (diff)
downloadguile-38f23e75a5508bc6c1016f1809dc522e36ccd08b.tar.gz
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.
Diffstat (limited to 'doc')
-rw-r--r--doc/ref/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/Makefile.am b/doc/ref/Makefile.am
index 83c6e5ee0..ada4f363b 100644
--- a/doc/ref/Makefile.am
+++ b/doc/ref/Makefile.am
@@ -120,7 +120,7 @@ EXTRA_DIST = ChangeLog-2008 $(PICTURES)
libguile-autoconf.texi: autoconf-macros.texi
autoconf-macros.texi: $(top_srcdir)/meta/guile.m4
- GUILE_AUTO_COMPILE=0 $(top_builddir)/meta/uninstalled-env guild \
+ GUILE_AUTO_COMPILE=0 $(top_builddir)/meta/build-env guild \
snarf-guile-m4-docs $(top_srcdir)/meta/guile.m4 \
> $(srcdir)/$@