Skip to content

Commit 64e86bd

Browse files
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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/ompi_check_ubcl.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ AC_DEFUN([OMPI_CHECK_UBCL],[
2727
m4_ifblank([$1], [m4_fatal([First argument to OMPI_CHECK_UBCL cannot be blank])])
2828

2929
AC_ARG_WITH([ubcl],
30-
[AC_HELP_STRING([--with-ubcl(=DIR)],
30+
[AS_HELP_STRING([--with-ubcl(=DIR)],
3131
[Build with UBCL support])])
3232

3333
# UBCL is dlopen'd to avoid direct link to libubcl.so.

0 commit comments

Comments
 (0)