mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 04:21:24 +00:00
; * m4/texinfo.m4 (gl_SET_MAKEINFO): Fix introductory comment.
This commit is contained in:
parent
c44f7ada0c
commit
1f662e2ab7
1 changed files with 2 additions and 1 deletions
|
|
@ -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}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue