1
1

Update Automake minimum version to 1.13.4

The embedded PMIx Automake minimum version is already 1.13.4, so to
autogen.pl Open MPI successfully, you already have to have Autoamek
1.13.4.  So we might as well make it official (i.e., bump Open MPI's
Automake minimum to match the Automake minimum in the embedded PMIx).

Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
Этот коммит содержится в:
Jeff Squyres 2018-09-15 13:29:30 -07:00
родитель 37b7a48dca
Коммит d246fb7897
3 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -61,7 +61,7 @@ my $include_list;
my $exclude_list;
# Minimum versions
my $ompi_automake_version = "1.12.2";
my $ompi_automake_version = "1.13.4";
my $ompi_autoconf_version = "2.69";
my $ompi_libtool_version = "2.4.2";

Просмотреть файл

@ -100,7 +100,7 @@ OPAL_VAR_SCOPE_POP
#
# Init automake
#
AM_INIT_AUTOMAKE([foreign dist-bzip2 subdir-objects no-define 1.12.2 tar-ustar])
AM_INIT_AUTOMAKE([foreign dist-bzip2 subdir-objects no-define 1.13.4 tar-ustar])
# SILENT_RULES is new in AM 1.11, but we require 1.11 or higher via
# autogen. Limited testing shows that calling SILENT_RULES directly

Просмотреть файл

@ -10,7 +10,7 @@
m4=1.4.16
ac=2.69
am=1.12.2
am=1.13.4
lt=2.4.2
flex=2.5.35