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.
11
11
dnl Copyright (c) 2004-2005 The Regents of the University of California.
12
12
dnl All rights reserved.
13
13
dnl 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.
15
15
dnl $COPYRIGHT $
16
16
dnl
17
17
dnl Additional copyrights may follow
@@ -74,8 +74,8 @@ AC_DEFUN([OPAL_SAVE_MPI_STANDARD_VERSION], [
74
74
AC_DEFINE_UNQUOTED([MPI_SUBVERSION], [MPI_SUBVERSION_NUM],
75
75
[MPI Standard Minor version number])
76
76
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] )
79
79
80
80
AC_MSG_CHECKING([MPI Standard version])
81
81
AC_MSG_RESULT([MPI_VERSION_NUM.MPI_SUBVERSION_NUM])
You can’t perform that action at this time.
0 commit comments