Sha256: 63944fe687e715d8934d0090ee813faa918975f48d0e87132dd15e70a588b256
Contents?: true
Size: 246 Bytes
Versions: 27
Compression:
Stored size: 246 Bytes
Contents
AC_DEFUN([REQUIRE_POD2MAN],[ AC_PATH_PROG([POD2MAN], [pod2man], "no", [$PATH:/usr/bin:/usr/local/bin:/usr/perl5/bin]) AS_IF([test "x$POD2MAN" = "xno"], AC_MSG_ERROR(["Could not find pod2man anywhere in path"])) AC_SUBST(POD2MAN) ])
Version data entries
27 entries across 27 versions & 4 rubygems