Skip to content

Conversation

@hppritcha
Copy link
Member

with recent autoconf tool chain autogen.pl emits a warning mess when processing the ompi_check_ubcl.m4 file:

autoreconf: running: /opt/homebrew/Cellar/autoconf/2.71/bin/autoconf --include=config --include=config/oac --force
configure.ac:1209: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:1209: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
./lib/autoconf/general.m4:1553: AC_ARG_WITH is expanded from...
config/ompi_check_ubcl.m4:24: OMPI_CHECK_UBCL is expanded from...
opal/mca/common/ubcl/configure.m4:11: MCA_opal_common_ubcl_CONFIG is expanded from...
config/opal_mca.m4:597: MCA_CONFIGURE_M4_CONFIG_COMPONENT is expanded from...
config/opal_mca.m4:376: MCA_CONFIGURE_FRAMEWORK is expanded from...
config/opal_mca.m4:268: MCA_CONFIGURE_PROJECT is expanded from...
config/opal_mca.m4:42: OPAL_MCA is expanded from...

This patch fixes that.

with recent autoconf tool chain autogen.pl emits a warning
mess when processing the ompi_check_ubcl.m4 file:

autoreconf: running: /opt/homebrew/Cellar/autoconf/2.71/bin/autoconf --include=config --include=config/oac --force
configure.ac:1209: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:1209: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
./lib/autoconf/general.m4:1553: AC_ARG_WITH is expanded from...
config/ompi_check_ubcl.m4:24: OMPI_CHECK_UBCL is expanded from...
opal/mca/common/ubcl/configure.m4:11: MCA_opal_common_ubcl_CONFIG is expanded from...
config/opal_mca.m4:597: MCA_CONFIGURE_M4_CONFIG_COMPONENT is expanded from...
config/opal_mca.m4:376: MCA_CONFIGURE_FRAMEWORK is expanded from...
config/opal_mca.m4:268: MCA_CONFIGURE_PROJECT is expanded from...
config/opal_mca.m4:42: OPAL_MCA is expanded from...

This patch fixes that.

Signed-off-by: Howard Pritchard <howardp@lanl.gov>
@hppritcha
Copy link
Member Author

@AntoineD

@hppritcha hppritcha merged commit 82e55b7 into open-mpi:main Dec 2, 2025
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants