File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ dnl University of Stuttgart. All rights reserved.
1111dnl Copyright (c) 2004-2005 The Regents of the University of California.
1212dnl All rights reserved.
1313dnl Copyright (c) 2008-2014 Cisco Systems, Inc. All rights reserved.
14- dnl Copyright (c) 2022 IBM Corporation. All rights reserved.
14+ dnl Copyright (c) 2022-2023 IBM Corporation. All rights reserved.
1515dnl $COPYRIGHT $
1616dnl
1717dnl Additional copyrights may follow
@@ -74,8 +74,8 @@ AC_DEFUN([OPAL_SAVE_MPI_STANDARD_VERSION], [
7474 AC_DEFINE_UNQUOTED([MPI_SUBVERSION], [MPI_SUBVERSION_NUM],
7575 [MPI Standard Minor version number])
7676
77- AC_SUBST([MPI_VERSION])
78- AC_SUBST([MPI_SUBVERSION])
77+ AC_SUBST([MPI_VERSION], [MPI_VERSION_NUM] )
78+ AC_SUBST([MPI_SUBVERSION], [MPI_SUBVERSION_NUM] )
7979
8080 AC_MSG_CHECKING([MPI Standard version])
8181 AC_MSG_RESULT([MPI_VERSION_NUM.MPI_SUBVERSION_NUM])
You can’t perform that action at this time.
0 commit comments