Merge pull request #5715 from jsquyres/pr/update-automake-min-to-1.13.4
Update Automake minimum version to 1.13.4
Этот коммит содержится в:
Коммит
fddad2e8cb
@ -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