automake: port to perl 5.17

Ingo Brückl <[email protected]>
Newsgroups gmane.comp.sysutils.automake.patches
Message-ID <[email protected]>
Unescaped left brace in regex is deprecated and causes a warning.
It will become an error in a later perl release.

Ingo
automake.patch (text/x-diff, 377 B)
--- a/bin/automake.in	2015-01-05 20:25:55.000000000 +0100
+++ b/bin/automake.in	2016-02-10 16:37:47.087974806 +0100
@@ -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;
 }
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.