Skip to content

Commit ca6e66f

Browse files
authored
Merge pull request #8543 from awlauria/more-verbose-pandoc-message
Add blurb about --disable-manpages to pandoc configure error.
2 parents 57319f6 + 9ca8d49 commit ca6e66f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

config/opal_setup_man_pages.m4

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,10 @@ AC_DEFUN([_OPAL_SETUP_PANDOC],[
6767
AS_IF([test -z "$PANDOC" || test -n "`echo $PANDOC | $GREP missing`"],
6868
[AS_IF([test ! -f "$srcdir/ompi/mpi/man/man5/MPI_T.5"],
6969
[AC_MSG_WARN([*** Could not find a suitable pandoc on your system.])
70-
AC_MSG_WARN([*** You need pandoc >=$min_major_version.$min_minor_version to build Open MPI man pages.])
70+
AC_MSG_WARN([*** You need pandoc >=$min_major_version.$min_minor_version to build Open MPI with man pages.])
71+
AC_MSG_WARN([*** If no man pages are needed, rerun configure with option '--disable-manpages'.])
72+
AC_MSG_WARN([*** NOTE: If you are building from a tarball downloaded from www.open-mpi.org, you do not need Pandoc.])
7173
AC_MSG_WARN([*** See pandoc.org.])
72-
AC_MSG_WARN([*** NOTE: If you are building from a tarball downloaded from www.open-mpi.org, you do not need Pandoc])
7374
AC_MSG_ERROR([Cannot continue])
7475
])
7576
])

0 commit comments

Comments
 (0)