From c992c4d80f51540699f33fed067caf6b7c38df79 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sun, 15 Jan 2012 22:41:53 +0000 Subject: Add GNU Guile as an optional embedded scripting language for make. On configure-enabled systems, configure will detect Guile installed (using pkg-config, which is how GNU Guile is distributed) and enable it if so. On all non-configure-enabled systems, currently, the default is for Guile support to be disabled. --- config.ami.template | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.ami.template') diff --git a/config.ami.template b/config.ami.template index 3a5a29e..db7c64e 100644 --- a/config.ami.template +++ b/config.ami.template @@ -66,6 +66,9 @@ this program. If not, see . */ /* Define if you have the getmntent function. */ /* #undef HAVE_GETMNTENT */ +/* Embed GNU Guile support */ +/* #undef HAVE_GUILE */ + /* Define if the `long double' type works. */ /* #undef HAVE_LONG_DOUBLE */ -- cgit v1.2.3