summary refs log blame commit diff
path: root/pkgs/development/tools/misc/automake/fix-perl-5.26.patch
blob: fb2d08de6d81e86d81368999a04f376bfc4a9d02 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                                
--- automake-1.11.2/automake.in
+++ automake-1.11.2/automake.in
@@ -4156,7 +4156,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;
 }