File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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 ])
You can’t perform that action at this time.
0 commit comments