From 1f662e2ab70486f7051ebc890620393e2a8879d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20Bela=C3=AFche?= Date: Sat, 30 May 2026 16:28:55 +0200 Subject: [PATCH] ; * m4/texinfo.m4 (gl_SET_MAKEINFO): Fix introductory comment. --- m4/texinfo.m4 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/m4/texinfo.m4 b/m4/texinfo.m4 index 251d039df2c..231d0b35736 100644 --- a/m4/texinfo.m4 +++ b/m4/texinfo.m4 @@ -12,7 +12,8 @@ AC_REQUIRE([gl_SET_DOCMISC_W32]) AC_REQUIRE([gl_SET_DOCLANGS]) ]) 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 [## Require makeinfo >= 4.13 (last of the 4.x series) to build the manuals. : ${MAKEINFO:=makeinfo}