source: patches/automake-1.15-perl_5_26-1.patch @ a16caa0

systemd
Last change on this file since a16caa0 was 0f1924a, checked in by William Harrington <kb0iic@…>, 7 years ago

Add patch for automake and latest perl changes.

  • Property mode set to 100644
File size: 685 bytes
RevLine 
[0f1924a]1Submitted by: Chris Staub (chris at clfs dot org)
2Date: 2017-06-01
3Initial Package Version: 1.15
4Origin: https://patchwork.ozlabs.org/patch/735705/
5Description: Updates Automake to work with Perl 5.26
6
7diff -Naur automake-1.15.orig/bin/automake.in automake-1.15/bin/automake.in
8--- automake-1.15.orig/bin/automake.in  2015-01-05 14:25:55.000000000 -0500
9+++ automake-1.15/bin/automake.in       2017-06-01 16:17:54.000000000 -0400
10@@ -3878,7 +3878,7 @@
11 sub substitute_ac_subst_variables
12 {
13   my ($text) = @_;
14-  $text =~ s/\${([^ \t=:+{}]+)}/substitute_ac_subst_variables_worker ($1)/ge;
15+  $text =~ s/\$[{]([^ \t=:+{}]+)}/substitute_ac_subst_variables_worker ($1)/ge;
16   return $text;
17 }
18 
Note: See TracBrowser for help on using the repository browser.