build: Use a 'guile' executable that doesn't warn about locales.
authorLudovic Courtès <ludo@gnu.org>
Thu, 1 Oct 2020 08:19:47 +0000 (10:19 +0200)
committerLudovic Courtès <ludo@gnu.org>
Mon, 5 Oct 2020 21:19:19 +0000 (23:19 +0200)
commit880fe019ae64df37815bbdb1a22305f99dae759d
treedf0c8c1f4fd87af8a6abbce0142cef7e636d6dbb
parent1d4ab335b22a93e01c2eb1eb3e93fc6534157040
build: Use a 'guile' executable that doesn't warn about locales.

This gets rid of:

  guile: warning: failed to install locale

when running the 'guix' command on a foreign distro where 'GUIX_LOCPATH'
isn't set.

* Makefile.am (pkglibexec_PROGRAMS, guile_SOURCES, guile_LDADD)
(guile_CFLAGS): New variables.
(install-exec-hook): New target.
(AUX_FILES): Remove 'guile-launcher.c'.
* configure.ac: Use 'GUILE_FLAGS'.
Makefile.am
configure.ac