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],[
67
67
AS_IF([test -z " $PANDOC " || test -n " ` echo $PANDOC | $GREP missing` " ],
68
68
[AS_IF([test ! -f " $srcdir /ompi/mpi/man/man5/MPI_T.5" ],
69
69
[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.])
71
73
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])
73
74
AC_MSG_ERROR([Cannot continue])
74
75
])
75
76
])
You can’t perform that action at this time.
0 commit comments