diff options
author | Andy Wingo <wingo@pobox.com> | 2013-03-07 11:02:33 +0100 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2013-03-07 11:02:33 +0100 |
commit | 83dce818ec912def820808c059ee6f9c3801585e (patch) | |
tree | 53d793fa1dd5ae10905bfa74c475a6df62dc178d /libguile/Makefile.am | |
parent | 7f893030abaf49711f948d76f124e18bfa9e4181 (diff) |
GUILE_INSTALL_LOCALE=1 during build
* doc/ref/Makefile.am (autoconf-macros.texi):
* libguile/Makefile.am (snarf2checkedtexi):
* module/Makefile.am (ice-9/psyntax-pp.scm.gen, ice-9/psyntax-pp.go):
* test-suite/Makefile.am (GUILE_AUTO_COMPILE):
* test-suite/standalone/Makefile.am (GUILE_INSTALL_LOCALE):
* test-suite/vm/Makefile.am (TESTS_ENVIRONMENT):
* am/guilec (.scm.go): Set GUILE_INSTALL_LOCALE to 1 during the build.
Fixes bug 12887.
Diffstat (limited to 'libguile/Makefile.am')
-rw-r--r-- | libguile/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libguile/Makefile.am b/libguile/Makefile.am index 0a401206f..8df2f7c4a 100644 --- a/libguile/Makefile.am +++ b/libguile/Makefile.am @@ -703,7 +703,8 @@ load.x: libpath.h dynl.x: libpath.h alldotdocfiles = $(DOT_DOC_FILES) $(EXTRA_DOT_DOC_FILES) -snarf2checkedtexi = GUILE_AUTO_COMPILE=0 $(top_builddir)/meta/uninstalled-env guild snarf-check-and-output-texi +snarf2checkedtexi = GUILE_INSTALL_LOCALE=1 GUILE_AUTO_COMPILE=0 \ + $(top_builddir)/meta/uninstalled-env guild snarf-check-and-output-texi dotdoc2texi = cat $(alldotdocfiles) | $(snarf2checkedtexi) guile.texi: $(alldotdocfiles) guile$(EXEEXT) |