automake1.15 - 1.15.1 - Update to latest version doxygen - 1.0.13 - Add segfault patch from Archlinux help2man - 1.47.5 - Update to latest version
12 lines
455 B
Diff
12 lines
455 B
Diff
--- automake-1.15.1/bin/automake.in.orig 2017-10-01 16:51:34.179938300 -0400
|
|
+++ automake-1.15.1/bin/automake.in 2017-10-01 18:13:47.444365300 -0400
|
|
@@ -3879,7 +3879,7 @@ sub substitute_ac_subst_variables_worker
|
|
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;
|
|
}
|
|
|