source: rtems-tools/tools/4.12/automake/automake-1.12.6-bugzilla.redhat.com-1239379.diff @ 6bc1ece

4.105
Last change on this file since 6bc1ece was 6bc1ece, checked in by Chris Johns <chrisj@…>, on 02/28/16 at 21:59:26

Fix ithe automake warning with newer perl versions.

This patch is based on this post ..

https://lists.gnu.org/archive/html/automake-patches/2015-07/msg00000.html

This warnign appears with a recent MSYS2.

Update #2616.

  • Property mode set to 100644
File size: 408 bytes
  • automake-1.12.6/automake.in

    old new  
    40304030sub substitute_ac_subst_variables ($)
    40314031{
    40324032  my ($text) = @_;
    4033   $text =~ s/\${([^ \t=:+{}]+)}/&substitute_ac_subst_variables_worker ($1)/ge;
     4033  $text =~ s/\$\{([^ \t=:+{}]+)}/&substitute_ac_subst_variables_worker ($1)/ge;
    40344034  return $text;
    40354035}
    40364036
Note: See TracBrowser for help on using the repository browser.