configure: update ubcl with newer help macro #13541
Merged
+1
−1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.