Skip to content

Commit 2bacf00

Browse files
committed
configury: add missing documentation to OPAL_CHECK_PACKAGE() parameter
No code change Signed-off-by: Gilles Gouaillardet <gilles@rist.or.jp>
1 parent 928289e commit 2bacf00

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

config/opal_check_package.m4

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ dnl All rights reserved.
1313
dnl Copyright (c) 2012-2017 Cisco Systems, Inc. All rights reserved.
1414
dnl Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
1515
dnl Copyright (c) 2014 Intel, Inc. All rights reserved.
16-
dnl Copyright (c) 2015-2016 Research Organization for Information Science
17-
dnl and Technology (RIST). All rights reserved.
16+
dnl Copyright (c) 2015-2021 Research Organization for Information Science
17+
dnl and Technology (RIST). All rights reserved.
1818
dnl $COPYRIGHT$
1919
dnl
2020
dnl Additional copyrights may follow
@@ -185,6 +185,7 @@ dnl * header_filename: the foo.h file to check for
185185
dnl * library_name / function_name: check for function function_name in
186186
dnl -llibrary_name. Specifically, for library_name, use the "foo" form,
187187
dnl as opposed to "libfoo".
188+
dnl * function: the function to check for existence
188189
dnl * extra_libraries: if the library_name you are checking for requires
189190
dnl additional -l arguments to link successfully, list them here.
190191
dnl * dir_prefix: if the header/library is located in a non-standard

0 commit comments

Comments
 (0)