Skip to content

Commit

Permalink
Per #2388, switch MET_PYTHON_BIN_EXE help message to be more consiste…
Browse files Browse the repository at this point in the history
…nt with the documentation.
  • Loading branch information
JohnHalleyGotway committed Jan 12, 2023
1 parent 9b5cd1f commit ba40fb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -1651,7 +1651,7 @@ Some influential environment variables:
have to specify it.
MET_PYTHON_BIN_EXE
Full path to the python executable corresponding to
MET_PYTHON_CC and MET_PYTHON_LD, e.g. /usr/local/bin/python3.
MET_PYTHON_CC and MET_PYTHON_LD, e.g. /usr/bin/python3.
MET_PYTHON_CC
Where the python header files are located, e.g. -I<include dir>.
Set to the output of 'python3-config --cflags'.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ fi

# Configure the variables. The help text will appear if the user uses "configure --help".

AC_ARG_VAR([MET_PYTHON_BIN_EXE], [Full path to the python executable corresponding to MET_PYTHON_CC and MET_PYTHON_LD, e.g. /usr/local/bin/python3.])
AC_ARG_VAR([MET_PYTHON_BIN_EXE], [Full path to the python executable corresponding to MET_PYTHON_CC and MET_PYTHON_LD, e.g. /usr/bin/python3.])
AC_ARG_VAR([MET_PYTHON_CC], [Where the python header files are located, e.g. -I<include dir>. Set to the output of 'python3-config --cflags'.])
AC_ARG_VAR([MET_PYTHON_LD], [Where the python library files are located, e.g. -L<lib dir>, followed by the python library names, e.g. -l<library>. Set to the output of 'python3-config --ldflags'.])

Expand Down

0 comments on commit ba40fb9

Please sign in to comment.