mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-23 17:32:57 +02:00
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:
committed by
Arne Fitzenreiter
parent
2d85c1fe86
commit
480afae717
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user