diff options
author | Jim Meyering <jim@meyering.net> | 2001-09-15 21:34:44 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-09-15 21:34:44 +0000 |
commit | ecd73385f0baac563f268b3bf731c2f15aab99e9 (patch) | |
tree | 1973e74c9d20474969cd38325fe312af8ff27929 /m4 | |
parent | c0aad8bb11ab79a4949e0ba0375b5ef0acf73630 (diff) | |
download | coreutils-ecd73385f0baac563f268b3bf731c2f15aab99e9.tar.xz |
Check for help2man.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/jm-macros.m4 | 1 |
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) |