mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 03:07:43 +02:00
automake: update to 1.15
Signed-off-by: Marcel Lorenz <marcel.lorenz@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
104fd18530
commit
4900fdc963
10
src/patches/automake-1.15_perl_warning.patch
Normal file
10
src/patches/automake-1.15_perl_warning.patch
Normal file
@@ -0,0 +1,10 @@
|
||||
--- 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