summaryrefslogtreecommitdiff
path: root/am
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2011-05-30 23:02:03 +0200
committerAndy Wingo <wingo@pobox.com>2011-05-31 22:01:47 +0200
commitb8b065987961063e09d476234ffcbe8728cf2715 (patch)
tree1f61c7d02a7dbe366418bbaa376270714f9e7ea4 /am
parentf0b7c3c6b9d5ed8b95ed501c24037880815c8325 (diff)
downloadguile-b8b065987961063e09d476234ffcbe8728cf2715.tar.gz
rename `guile-tools' to `guild'
* configure.ac: Look for ln -s. Write out `guild' instead of `guile-tools'. * meta/Makefile.am (install-data-hook): Link the installed `guild' to the backward-compatible `guile-tools' name. (bin_SCRIPTS, EXTRA_DIST): Fix up for guild change. * meta/guild.in: Moved here from `guile-tools.in'. * doc/ref/Makefile.am (autoconf-macros.texi): * doc/ref/api-evaluation.texi (Compilation): * doc/ref/autoconf.texi (Autofrisk, Using Autofrisk): * doc/ref/mod-getopt-long.texi (getopt-long Reference): * doc/ref/tools.texi (Miscellaneous Tools, Executable Modules): Minimal doc update. * .gitignore: * am/guilec (.scm.go): * libguile/Makefile.am (snarf2checkedtexi): * module/Makefile.am (ice-9/psyntax-pp.go): Update makefiles, etc. * module/scripts/README: * module/scripts/lint.scm: * module/scripts/list.scm: Update commentaries.
Diffstat (limited to 'am')
-rw-r--r--am/guilec2
1 files changed, 1 insertions, 1 deletions
diff --git a/am/guilec b/am/guilec
index a34683266..7f4e85d0a 100644
--- a/am/guilec
+++ b/am/guilec
@@ -28,4 +28,4 @@ SUFFIXES = .scm .go
.scm.go:
$(AM_V_GUILEC)GUILE_AUTO_COMPILE=0 \
$(top_builddir)/meta/uninstalled-env \
- guile-tools compile $(GUILE_WARNINGS) -o "$@" "$<"
+ guild compile $(GUILE_WARNINGS) -o "$@" "$<"