summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorVincent Belaïche <vincentb1@users.sourceforge.net>2026-05-02 20:27:48 +0200
committerVincent Belaïche <vincentb1@users.sourceforge.net>2026-05-29 09:27:50 +0200
commit5eaacff65b7c2dbce8c0493a3a8dbdf3243fe2d7 (patch)
tree8c8f2aec14afc3b2cef8f37e6b5b7482922ca94b /m4
parente3b2d6f862913e30c33f9b3b5789e4cf0c844f27 (diff)
Add a checking/result message for DOCLANGS derivation.
Diffstat (limited to 'm4')
-rw-r--r--m4/texinfo.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/m4/texinfo.m4 b/m4/texinfo.m4
index d7fecfec73b..53d9bb35103 100644
--- a/m4/texinfo.m4
+++ b/m4/texinfo.m4
@@ -94,6 +94,7 @@ dnl gl_SET_DOCLANGS
AC_DEFUN([gl_SET_DOCLANGS],[dnl
AC_REQUIRE([gl_TEXINFO_VERSION_COMPARE])
AC_ARG_VAR([DOCLANGS],[languages for which manuals are compiled, languages supported: ]gl_DOCLANGS_FULL()[, list is space separated])
+AC_MSG_CHECKING([for DOCLANGS derivation from texinfo.tex/texindex versions])
gl_GET_TEXINFO_TEX_VER()
gl_GET_TEXINDEX_VER()
gl_TEXINFO_VERSION_COMPARE([$texinfo_tex_ver],[gl_TEXINFO_TEX_MINVER()],[dnl
@@ -102,6 +103,7 @@ gl_TEXINFO_VERSION_COMPARE([$texinfo_tex_ver],[gl_TEXINFO_TEX_MINVER()],[dnl
AC_MSG_NOTICE([texinfo.tex/texindex versions suggest that indexing is not locale dependant, setting DOCLANGS to ']gl_DOCLANGS_FULL()['])
])
])
+AC_MSG_RESULT([[']$DOCLANGS[']])
AC_SUBST([DOCLANGS])
])
dnl