Commit 64e86bd
committed
configure: update ubcl with newer help macro
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>1 parent 6bf7e2b commit 64e86bd
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments