X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=configure.ac;h=6051e3ebb1af00ef4b1ed18704482165dea1ee29;hb=d568459fc424175df73779da8cae92fee466abf6;hp=4edc425fde77c72b918f3bfb54ed42cbc1392c8b;hpb=5cac23de1963880d8fb3aed4be47ec2894cf520c;p=miniexpect.git diff --git a/configure.ac b/configure.ac index 4edc425..6051e3e 100644 --- a/configure.ac +++ b/configure.ac @@ -45,6 +45,10 @@ AC_SYS_LARGEFILE dnl The only dependency is libpcre (Perl Compatible Regular Expressions). PKG_CHECK_MODULES([PCRE], [libpcre]) +dnl Optional for building the manual page. This is part of Perl. +AC_CHECK_PROG([POD2MAN], [pod2man], [pod2man], [no]) +AM_CONDITIONAL([HAVE_POD2MAN], [test "x$POD2MAN" != "xno"]) + dnl Produce output files. AC_CONFIG_HEADERS([config.h])