aboutsummaryrefslogtreecommitdiff
path: root/gint.m4
diff options
context:
space:
mode:
Diffstat (limited to 'gint.m4')
-rw-r--r--gint.m44
1 files changed, 3 insertions, 1 deletions
diff --git a/gint.m4 b/gint.m4
index 4f3ff48..6e58893 100644
--- a/gint.m4
+++ b/gint.m4
@@ -59,21 +59,23 @@ AC_SUBST(GINT_LDADD)
dnl GINT_INIT([DIR], [OPTIONS], [IF-FOUND], [IF-NOT-FOUND])
dnl -------------------------------------------------------
dnl DIR Gint submodule directory (defaults to 'gint')
dnl OPTIONS A whitespace-separated list of options. Currently recognized
dnl options are: 'inc', 'std-site-dir','snarf-doc-filter',
-dnl 'nodoc', and version number.
+dnl 'nodoc', 'doc-distrib', and version number.
dnl IF-FOUND What to do if Guile is present.
dnl IF-NOT-FOUND What to do otherwise.
dnl
AC_DEFUN([GINT_INIT],[
AM_PROG_LEX
_GINT_SET_OPTIONS([$2])
AC_SUBST([GINT_MODULE_DIR],[m4_if([$1],,[gint],[$1])])
AM_CONDITIONAL([GINT_COND_INC],[_GINT_IF_OPTION_SET([inc],[true],[false])])
AM_CONDITIONAL([GINT_COND_DOC],[_GINT_IF_OPTION_SET([nodoc],[false],[true])])
AM_CONDITIONAL([GINT_COND_SNARF_DOC_FILTER],dnl
[_GINT_IF_OPTION_SET([snarf-doc-filter],[true],[false])])
+ AM_CONDITIONAL([GINT_COND_DOC_DISTRIB],dnl
+ [_GINT_IF_OPTION_SET([doc-distrib],[true],[false])])
GINT_CHECK_GUILE(m4_ifdef([_GINT_GUILE_VERSION],_GINT_GUILE_VERSION),[$3],[$4])
])

Return to:

Send suggestions and report system problems to the System administrator.