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:
Marcel Lorenz
2016-03-09 07:26:47 +01:00
committed by Michael Tremer
parent 104fd18530
commit 4900fdc963
3 changed files with 147 additions and 128 deletions

View 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;
}