summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2022-06-08 04:07:46 -0500
committerG. Branden Robinson <g.branden.robinson@gmail.com>2022-06-08 04:07:46 -0500
commitc5fe430a770ebb053aea0676bad14b9442dcd01d (patch)
tree51049dc85872a4338c28c6a0cc37a565b52823ce /configure.ac
parent430c61e330d874fc673576c63e5095fb7a79dfd0 (diff)
downloadgroff-git-c5fe430a770ebb053aea0676bad14b9442dcd01d.tar.gz
[build]: Rename some groff Autoconf macros.
... to better match Autoconf's own naming conventions. * m4/groff.m4 (GROFF_MAKEINFO): Rename to... (GROFF_PROG_MAKEINFO): ...this. (GROFF_TEXI2DVI): Rename to... (GROFF_PROG_TEXI2DVI): ...this. * configure.ac: * m4/groff.m4 (GROFF_TEXI2DVI): Update call sites.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 26a24366f..b2d6df94c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -68,8 +68,8 @@ GROFF_REFERDIR_DEFAULT
AC_PROG_EGREP
GROFF_PROG_YACC
GROFF_PROG_M4
-GROFF_MAKEINFO
-GROFF_TEXI2DVI
+GROFF_PROG_MAKEINFO
+GROFF_PROG_TEXI2DVI
AC_PROG_RANLIB
GROFF_INSTALL_SH
GROFF_INSTALL_INFO