11
11
# Copyright (c) 2004-2005 The Regents of the University of California.
12
12
# All rights reserved.
13
13
# Copyright (c) 2008-2015 Cisco Systems, Inc. All rights reserved.
14
- # Copyright (c) 2015-2017 Research Organization for Information Science
15
- # and Technology (RIST). All rights reserved.
14
+ # Copyright (c) 2015-2021 Research Organization for Information Science
15
+ # and Technology (RIST). All rights reserved.
16
16
# $COPYRIGHT$
17
17
#
18
18
# Additional copyrights may follow
@@ -30,9 +30,6 @@ AC_DEFUN([MCA_ompi_io_romio321_POST_CONFIG], [
30
30
AC_DEFUN([MCA_ompi_io_romio321_CONFIG],[
31
31
AC_CONFIG_FILES([ompi/mca/io/romio321/Makefile])
32
32
33
- OPAL_3RDPARTY_SUBDIRS= " $OPAL_3RDPARTY_SUBDIRS romio321"
34
- OPAL_3RDPARTY_DIST_SUBDIRS= " $OPAL_3RDPARTY_DIST_SUBDIRS romio321"
35
-
36
33
OPAL_VAR_SCOPE_PUSH([io_romio321_flags io_romio321_flags_define io_romio321_happy io_romio321_save_LIBS])
37
34
AC_ARG_ENABLE([io-romio],
38
35
[AS_HELP_STRING([--disable-io-romio],
@@ -102,6 +99,8 @@ AC_DEFUN([MCA_ompi_io_romio321_CONFIG],[
102
99
. 3rd-party/romio321/localdefs
103
100
io_romio321_LIBS= " $LIBS "
104
101
LIBS= " $io_romio321_save_LIBS "
102
+ OPAL_3RDPARTY_SUBDIRS= " $OPAL_3RDPARTY_SUBDIRS romio321"
103
+ OPAL_3RDPARTY_DIST_SUBDIRS= " $OPAL_3RDPARTY_DIST_SUBDIRS romio321"
105
104
106
105
echo " ROMIO distribution configured successfully"
107
106
$1 ],
0 commit comments