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

sysvinit
Last change on this file since 16e8ba1 was 16e8ba1, 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
  • 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  
    38783878sub substitute_ac_subst_variables
    38793879{
    38803880  my ($text) = @_;
    3881   $text =~ s/\${([^ \t=:+{}]+)}/substitute_ac_subst_variables_worker ($1)/ge;
     3881  $text =~ s/\$[{]([^ \t=:+{}]+)}/substitute_ac_subst_variables_worker ($1)/ge;
    38823882  return $text;
    38833883}
    38843884
Note: See TracBrowser for help on using the repository browser.