Skip to content

Commit 152f101

Browse files
committed
configure.ac: fix oddly-indented help message
The way that the M4 parameters were passed inadvertantly added a pile of spaces before $2, resulting in a message emitted that was prefixed with all that whitespace on the left side. Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
1 parent fa8885e commit 152f101

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1070,9 +1070,9 @@ AS_IF([test -z "$LEX" || \
10701070
# Setup HTML and man page processing
10711071
#
10721072

1073+
dnl Note that we have to double escape the URL below
1074+
dnl so that the # it contains doesn't confuse the Autotools
10731075
OAC_SETUP_SPHINX([$srcdir/docs/_build/man/MPI_T.3],
1074-
dnl Note that we have to double escape the string below
1075-
dnl so that the # it contains doesn't confuse the Autotools
10761076
[[https://docs.open-mpi.org/en/main/developers/prerequisites.html#sphinx-and-therefore-python]])
10771077

10781078
#

0 commit comments

Comments
 (0)