Skip to content

Commit

Permalink
configury: check for the correct levels of autotools
Browse files Browse the repository at this point in the history
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 <gilles@rist.or.jp>
  • Loading branch information
ggouaillardet committed May 29, 2017
1 parent 8e583dc commit 44922e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions autogen.pl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Copyright (c) 2013 Mellanox Technologies, Inc.
# All rights reserved.
# Copyright (c) 2013-2014 Intel, Inc. All rights reserved.
# Copyright (c) 2015-2016 Research Organization for Information Science
# Copyright (c) 2015-2017 Research Organization for Information Science
# and Technology (RIST). All rights reserved.
# Copyright (c) 2015 IBM Corporation. All rights reserved.
#
Expand Down Expand Up @@ -61,9 +61,9 @@
my $exclude_list;

# Minimum versions
my $ompi_automake_version = "1.12.2";
my $ompi_automake_version = "1.15.0";
my $ompi_autoconf_version = "2.69";
my $ompi_libtool_version = "2.4.2";
my $ompi_libtool_version = "2.4.6";

# Search paths
my $ompi_autoconf_search = "autoconf";
Expand Down

0 comments on commit 44922e8

Please sign in to comment.