bug#21001: bug#22372: [PATCH] automake.in: fix deprecated regex syntax

2017-07-16 Thread Mathieu Lirzin
Hello, l...@gnu.org (Ludovic Courtès) writes: > Enrico Jorns skribis: > >> Running automake with perl >= 5.22.0 produces the warning >> >> Unescaped left brace in regex is deprecated, passed through in regex; >> marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at >> >> /ptx/work/dude

bug#22372: [PATCH] automake.in: fix deprecated regex syntax

2016-01-15 Thread Ludovic Courtès
Enrico Jorns skribis: > Running automake with perl >= 5.22.0 produces the warning > > Unescaped left brace in regex is deprecated, passed through in regex; > marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at > > /ptx/work/dude/ejo/temptest/nodistro.0/sysroots/x86_64-oesdk-linux/usr/

bug#22372: [PATCH] automake.in: fix deprecated regex syntax

2016-01-14 Thread Enrico Jorns
Running automake with perl >= 5.22.0 produces the warning Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /ptx/work/dude/ejo/temptest/nodistro.0/sysroots/x86_64-oesdk-linux/usr/bin/automake line 3936. With per