Skip to content

Commit f1f1fb1

Browse files
committed
pmix3x: configury: output major, minor and release version after checking them
and hence fix the configure output (back-ported from upstream commit openpmix/openpmix@7b7cdda)
1 parent f3af799 commit f1f1fb1

File tree

1 file changed

+3
-0
lines changed
  • opal/mca/pmix/pmix3x/pmix/config

1 file changed

+3
-0
lines changed

opal/mca/pmix/pmix3x/pmix/config/pmix.m4

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ AC_DEFUN([PMIX_SETUP_CORE],[
9090
if test "$?" != "0"; then
9191
AC_MSG_ERROR([Cannot continue])
9292
fi
93+
AC_MSG_RESULT([$PMIX_MAJOR_VERSION])
9394
AC_SUBST(PMIX_MAJOR_VERSION)
9495
AC_DEFINE_UNQUOTED([PMIX_MAJOR_VERSION], [$PMIX_MAJOR_VERSION],
9596
[The library major version is always available, contrary to VERSION])
@@ -98,6 +99,7 @@ AC_DEFUN([PMIX_SETUP_CORE],[
9899
if test "$?" != "0"; then
99100
AC_MSG_ERROR([Cannot continue])
100101
fi
102+
AC_MSG_RESULT([$PMIX_MINOR_VERSION])
101103
AC_SUBST(PMIX_MINOR_VERSION)
102104
AC_DEFINE_UNQUOTED([PMIX_MINOR_VERSION], [$PMIX_MINOR_VERSION],
103105
[The library minor version is always available, contrary to VERSION])
@@ -106,6 +108,7 @@ AC_DEFUN([PMIX_SETUP_CORE],[
106108
if test "$?" != "0"; then
107109
AC_MSG_ERROR([Cannot continue])
108110
fi
111+
AC_MSG_RESULT([$PMIX_RELEASE_VERSION])
109112
AC_SUBST(PMIX_RELEASE_VERSION)
110113
AC_DEFINE_UNQUOTED([PMIX_RELEASE_VERSION], [$PMIX_RELEASE_VERSION],
111114
[The library release version is always available, contrary to VERSION])

0 commit comments

Comments
 (0)