; * m4/texinfo.m4 (gl_SET_MAKEINFO): Fix introductory comment.

This commit is contained in:
Vincent Belaïche 2026-05-30 16:28:55 +02:00
parent c44f7ada0c
commit 1f662e2ab7

View file

@ -12,7 +12,8 @@ AC_REQUIRE([gl_SET_DOCMISC_W32])
AC_REQUIRE([gl_SET_DOCLANGS]) AC_REQUIRE([gl_SET_DOCLANGS])
]) ])
dnl dnl
dnl gl_FIND_MAKEINFO dnl gl_SET_MAKEINFO
dnl set the MAKEINFO precious variable to the suitable makeinfo compiler.
AC_DEFUN([gl_SET_MAKEINFO],[dnl AC_DEFUN([gl_SET_MAKEINFO],[dnl
[## Require makeinfo >= 4.13 (last of the 4.x series) to build the manuals. [## Require makeinfo >= 4.13 (last of the 4.x series) to build the manuals.
: ${MAKEINFO:=makeinfo} : ${MAKEINFO:=makeinfo}