source:
patches/automake-1.15-perl_5_26-1.patch@
62b31739
Last change on this file since 62b31739 was 0f1924a, checked in by , 7 years ago | |
---|---|
|
|
File size: 685 bytes |
-
bin/automake.in
Submitted by: Chris Staub (chris at clfs dot org) Date: 2017-06-01 Initial Package Version: 1.15 Origin: https://patchwork.ozlabs.org/patch/735705/ Description: Updates Automake to work with Perl 5.26 diff -Naur automake-1.15.orig/bin/automake.in automake-1.15/bin/automake.in
old new 3878 3878 sub substitute_ac_subst_variables 3879 3879 { 3880 3880 my ($text) = @_; 3881 $text =~ s/\$ {([^ \t=:+{}]+)}/substitute_ac_subst_variables_worker ($1)/ge;3881 $text =~ s/\$[{]([^ \t=:+{}]+)}/substitute_ac_subst_variables_worker ($1)/ge; 3882 3882 return $text; 3883 3883 } 3884 3884
Note:
See TracBrowser
for help on using the repository browser.