File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
dnl -* - shell-script -* -
2
2
dnl
3
- dnl Copyright (c) 2020 Cisco Systems, Inc. All rights reserved.
3
+ dnl Copyright (c) 2020-2021 Cisco Systems, Inc. All rights reserved.
4
4
dnl
5
5
dnl $COPYRIGHT $
6
6
dnl
@@ -68,7 +68,7 @@ AC_DEFUN([_OPAL_SETUP_PANDOC],[
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
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 ' .])
71
+ AC_MSG_WARN([*** If no man pages are needed, rerun configure with option ' --disable-man-pages ' .])
72
72
AC_MSG_WARN([*** NOTE: If you are building from a tarball downloaded from www.open-mpi.org, you do not need Pandoc.])
73
73
AC_MSG_WARN([*** See pandoc.org.])
74
74
AC_MSG_ERROR([Cannot continue])
You can’t perform that action at this time.
0 commit comments