]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - configure.ac
configure: Check for help2man.
[paraslash.git] / configure.ac
index fd2e073b6eb17c44751979743fcd90987f085f65..cc88cf83d85bd005a11feb8ed72c4741ee5322b9 100644 (file)
@@ -27,7 +27,9 @@ AC_PATH_PROG([gengetopt], [gengetopt])
 test -z "$gengetopt" && AC_MSG_ERROR(
        [gengetopt is required to build this package])
 
-
+AC_PATH_PROG([help2man], [help2man])
+test -z "$help2man" && AC_MSG_ERROR(
+       [help2man is required to build this package])
 
 AC_PROG_CC
 AC_PROG_CPP