guild: Close over `$bindir/guile'.

* configure.ac: Substitute `guile_program_name'.

* meta/guild.in: Use `@bindir@/@guile_program_name@' by default.

* meta/uninstalled-env.in: Define $GUILE.
This commit is contained in:
Ludovic Courtès 2011-07-23 22:23:59 +02:00
commit f4b7d918ef
3 changed files with 11 additions and 1 deletions

View file

@ -136,4 +136,8 @@ if test "x${top_srcdir}" != "x${top_builddir}"; then
fi
export PATH
# Define $GUILE, used by `guild'.
GUILE="${top_builddir}/meta/guile"
export GUILE
exec "$@"