Skip to content

Commit fd435a6

Browse files
authored
Merge pull request #1153 from Unity-Technologies/automake-1.16.1
Upgrade automake to 1.16.1
2 parents 43bfeda + 232e639 commit fd435a6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

external/buildscripts/build.pl

+3-3
Original file line numberDiff line numberDiff line change
@@ -369,11 +369,11 @@
369369
print ">>> Building autoconf, texinfo, automake, and libtool if needed...\n";
370370
my $autoconfVersion = "2.69";
371371
my $texinfoVersion = "4.8";
372-
my $automakeVersion = "1.15";
372+
my $automakeVersion = "1.16.1";
373373
my $libtoolVersion = "2.4.6";
374374
my $autoconfDir = "$externalBuildDeps/autoconf-2-69/autoconf-$autoconfVersion";
375375
my $texinfoDir = "$externalBuildDeps/texinfo-4-8/texinfo-$texinfoVersion";
376-
my $automakeDir = "$externalBuildDeps/automake-1-15/automake-$automakeVersion";
376+
my $automakeDir = "$externalBuildDeps/automake-1-16-1/automake-$automakeVersion";
377377
my $libtoolDir = "$externalBuildDeps/libtool-2-4-6/libtool-$libtoolVersion";
378378
my $builtToolsDir = "$externalBuildDeps/built-tools";
379379

@@ -426,7 +426,7 @@
426426
elsif (!(-d "$automakeDir"))
427427
{
428428
print(">>> Extracting automake\n");
429-
chdir("$externalBuildDeps/automake-1-15") eq 1 or die ("failed to chdir to external directory\n");
429+
chdir("$externalBuildDeps/automake-1-16-1") eq 1 or die ("failed to chdir to external directory\n");
430430
system("tar xzf automake-$automakeVersion.tar.gz") eq 0 or die ("failed to extract automake\n");
431431
}
432432
if (-d "$automakeDir")

external/buildscripts/buildDependencies.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ id : texinfo-src/4.8_975b9657ebef8a4fe3897047ca450b757a0a956b05399dc813f63e84829
4040
repo: public
4141

4242
name : automake-src
43-
id : automake-src/1.15_de1f60706336df404881d3c789d8e04f0bc50e6bf577d78cae438b089b02d8ed.7z
44-
repo: public
43+
id : automake-src/1.16.1_d281b950e26265f55f0a63188a8c6388e638b354b7ed80d186690119cbc4f953.7z
44+
repo: testing
4545

4646
name : autoconf-src
4747
id : autoconf-src/2.69_0e4ba7a0363c68ad08a7d138b228596aecdaea68e1d8b8eefc645e6ac8fc85c7.7z

0 commit comments

Comments
 (0)