summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-09-15 21:34:44 +0000
committerJim Meyering <jim@meyering.net>2001-09-15 21:34:44 +0000
commitecd73385f0baac563f268b3bf731c2f15aab99e9 (patch)
tree1973e74c9d20474969cd38325fe312af8ff27929 /m4
parentc0aad8bb11ab79a4949e0ba0375b5ef0acf73630 (diff)
downloadcoreutils-ecd73385f0baac563f268b3bf731c2f15aab99e9.tar.xz
Check for help2man.
Diffstat (limited to 'm4')
-rw-r--r--m4/jm-macros.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4
index f00263951..53a0a8b9d 100644
--- a/m4/jm-macros.m4
+++ b/m4/jm-macros.m4
@@ -11,6 +11,7 @@ AC_DEFUN([jm_MACROS],
[The concatenation of the strings `GNU ', and PACKAGE.])
AC_SUBST(GNU_PACKAGE)
+ AM_MISSING_PROG(HELP2MAN, help2man)
AC_SUBST(OPTIONAL_BIN_PROGS)
AC_SUBST(OPTIONAL_BIN_ZCRIPTS)
AC_SUBST(MAN)