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.h-vms.template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config.h-vms.template') diff --git a/config.h-vms.template b/config.h-vms.template index cf9d5e4..d194a57 100644 --- a/config.h-vms.template +++ b/config.h-vms.template @@ -35,6 +35,9 @@ this program. If not, see . */ /* Define as 1 if you have gettext and don't want to use GNU gettext. */ /* #undef HAVE_GETTEXT */ +/* Embed GNU Guile support */ +/* #undef HAVE_GUILE */ + /* Define to 1 if your locale.h file contains LC_MESSAGES. */ /* #undef HAVE_LC_MESSAGES */ @@ -260,9 +263,6 @@ this program. If not, see . */ /* Define to 1 if you have the gethostname function. */ /* #undef HAVE_GETHOSTNAME */ -/* Define to 1 if you have the getloadavg function. */ -/* #undef HAVE_GETLOADAVG */ - /* Define to 1 if you have the memmove function. */ #define HAVE_MEMMOVE 1 -- cgit v1.2.3