diff options
author | Paul Smith <psmith@gnu.org> | 2012-01-15 22:41:53 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2012-01-15 22:41:53 +0000 |
commit | c992c4d80f51540699f33fed067caf6b7c38df79 (patch) | |
tree | 2e8bee26fd19820b85422752724e87639d1b0c77 /config.h-vms.template | |
parent | 3057357c0a5c2507eef2b61eef9ebfb569b30230 (diff) | |
download | gunmake-c992c4d80f51540699f33fed067caf6b7c38df79.tar.gz |
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.
Diffstat (limited to 'config.h-vms.template')
-rw-r--r-- | config.h-vms.template | 6 |
1 files changed, 3 insertions, 3 deletions
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 <http://www.gnu.org/licenses/>. */ /* 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 <http://www.gnu.org/licenses/>. */ /* 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 |