From 196a4f8ac0f12d9193d14d9d9fa9ced8f9420b9c Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Mon, 14 May 2012 23:45:38 +0200 Subject: Mention "Guile 2.0" instead of "Guile-VM". * configure.ac: Remove `--enable-guile-vm' option. Check for `guild' and `guile-tools', defining `GUILD'. Rename `ENABLE_GUILE_VM' to `HAVE_GUILE2'. * guile-vm.am: Rename to... * guilec.am: ... this. * doc/modules/Makefile.am, src/guile/Makefile.am: Update accordingly. --- src/guile/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/guile/Makefile.am b/src/guile/Makefile.am index 9c2c706..c853b50 100644 --- a/src/guile/Makefile.am +++ b/src/guile/Makefile.am @@ -77,20 +77,20 @@ SOURCES += \ CLEANFILES = $(nobase_nodist_module_DATA) include $(top_srcdir)/substitute.am -include $(top_srcdir)/guile-vm.am +include $(top_srcdir)/guilec.am # Generated files not part of the distribution. nobase_nodist_module_DATA += \ skribilo/config.scm \ skribilo/utils/images.scm -if ENABLE_GUILE_VM +if HAVE_GUILE2 nobase_nodist_module_DATA += \ skribilo/config.go \ skribilo/utils/images.go -endif ENABLE_GUILE_VM +endif HAVE_GUILE2 BUILT_SOURCES = \ -- cgit v1.2.3