bug#23014: minor bug with unescaped brace in automake.in

2017-07-16 Thread Mathieu Lirzin
Hello, George Demmy writes: > I was running automake in the course of building a project and the error: > > $ automake --version > Unescaped left brace in regex is deprecated, passed through in regex; > marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at > /usr/bin/automake-1.14 line 3930.

bug#23014: minor bug with unescaped brace in automake.in

2016-03-14 Thread George Demmy
Hello! I was running automake in the course of building a project and the error: $ automake --version Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /usr/bin/automake-1.14 line 3930. automake (GNU automake) 1.14.1 Ap