Skip to content

Commit 44922e8

Browse files
committed
configury: check for the correct levels of autotools
libtool >= 2.4.6 and automake >= 1.15.0 are now required by pmix, so have the same requirements in Open MPI. Signed-off-by: Gilles Gouaillardet <[email protected]>
1 parent 8e583dc commit 44922e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

autogen.pl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Copyright (c) 2013 Mellanox Technologies, Inc.
66
# All rights reserved.
77
# Copyright (c) 2013-2014 Intel, Inc. All rights reserved.
8-
# Copyright (c) 2015-2016 Research Organization for Information Science
8+
# Copyright (c) 2015-2017 Research Organization for Information Science
99
# and Technology (RIST). All rights reserved.
1010
# Copyright (c) 2015 IBM Corporation. All rights reserved.
1111
#
@@ -61,9 +61,9 @@
6161
my $exclude_list;
6262

6363
# Minimum versions
64-
my $ompi_automake_version = "1.12.2";
64+
my $ompi_automake_version = "1.15.0";
6565
my $ompi_autoconf_version = "2.69";
66-
my $ompi_libtool_version = "2.4.2";
66+
my $ompi_libtool_version = "2.4.6";
6767

6868
# Search paths
6969
my $ompi_autoconf_search = "autoconf";

0 commit comments

Comments
 (0)