File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11# !/usr/bin/env perl
22#
33# Copyright (c) 2021 IBM Corporation. All rights reserved.
4+ # Copyright (c) 2021 Cisco Systems. All rights reserved.
45#
56# $COPYRIGHT$
67#
216217 # Argument separator
217218 # We only care about counting arguments for the outermost
218219 # function (e.g., AC_ARG_ENABLE), not the innermost
219- # function (e.g., AC_HELP_STRING ) - which we take all of.
220+ # function (e.g., AS_HELP_STRING ) - which we take all of.
220221 # We know we are in the outermost because the '(' will be
221222 # only thing on the stack.
222223 elsif ( scalar (@the_stack ) == 1 && $char eq " ," ) {
Original file line number Diff line number Diff line change 1111# Copyright (c) 2004-2006 The Regents of the University of California.
1212# All rights reserved.
1313# Copyright (c) 2006 QLogic Corp. All rights reserved.
14- # Copyright (c) 2009-2016 Cisco Systems, Inc. All rights reserved.
14+ # Copyright (c) 2009-2021 Cisco Systems, Inc. All rights reserved.
1515# Copyright (c) 2016 Intel Corporation. All rights reserved.
1616# Copyright (c) 2015 Research Organization for Information Science
1717# and Technology (RIST). All rights reserved.
@@ -44,7 +44,7 @@ AC_DEFUN([OMPI_CHECK_PSM2],[
4444 OPAL_CHECK_WITHDIR([psm2-libdir], [$with_psm2_libdir ], [libpsm2.* ])
4545
4646 AC_ARG_ENABLE([psm2-version-check],
47- [AC_HELP_STRING ([--disable-psm2-version-check],
47+ [AS_HELP_STRING ([--disable-psm2-version-check],
4848 [Disable PSM2 version checking. Not recommended to disable. (default: enabled)])])
4949
5050 ompi_check_psm2_$1 _save_CPPFLAGS=" $CPPFLAGS "
Original file line number Diff line number Diff line change 11dnl -* - shell-script -* -
22dnl
33dnl Copyright (c) 2021 Mellanox Technologies. All rights reserved.
4- dnl Copyright (c) 2013 Cisco Systems, Inc. All rights reserved.
4+ dnl Copyright (c) 2013-2021 Cisco Systems, Inc. All rights reserved.
55dnl Copyright (c) 2015 Research Organization for Information Science
66dnl and Technology (RIST). All rights reserved.
77dnl $COPYRIGHT $
@@ -20,7 +20,7 @@ AC_DEFUN([OMPI_CHECK_UCC],[
2020 OPAL_VAR_SCOPE_PUSH([ompi_check_ucc_dir ompi_check_ucc_libs ompi_check_ucc_happy CPPFLAGS_save LDFLAGS_save LIBS_save])
2121
2222 AC_ARG_WITH([ucc],
23- [AC_HELP_STRING ([--with-ucc(=DIR)],
23+ [AS_HELP_STRING ([--with-ucc(=DIR)],
2424 [Build UCC (Unified Collective Communication)])])
2525
2626 AS_IF([test " $with_ucc " != " no" ],
You can’t perform that action at this time.
0 commit comments