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>
Этот коммит содержится в:
родитель
37b7a48dca
Коммит
d246fb7897
@ -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
|
||||
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user