automake: update to 1.16.2

This is required in order to build coreutils 8.32.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Peter Müller
2020-04-11 19:22:12 +02:00
committed by Arne Fitzenreiter
parent 2d85c1fe86
commit 480afae717
3 changed files with 121 additions and 132 deletions

View File

@@ -1,10 +0,0 @@
--- automake-1.15/bin/automake.in
+++ automake-1.15/bin/automake.in
@@ -3878,7 +3878,7 @@
sub substitute_ac_subst_variables
{
my ($text) = @_;
- $text =~ s/\${([^ \t=:+{}]+)}/substitute_ac_subst_variables_worker ($1)/ge;
+ $text =~ s/\$\{([^ \t=:+{}]+)}/substitute_ac_subst_variables_worker ($1)/ge;
return $text;
}