Control: tags -1 upstream fixed-upstream On 2021-03-18 15:36:37 +0100, Vincent Lefevre wrote: > ax_pthread.m4 uses the obsolete $as_echo: > > ax_pthread_link_step=`$as_echo "$ac_link" | sed "$ax_pthread_sed"` > > (which isn't even documented in Autoconf 2.69, from 2012). > > With Autoconf 2.71, I get a warning: > > configure.ac:556: warning: $as_echo is obsolete; use AS_ECHO(["message"]) > instead > > and this makes "autoreconf --warnings=all,error" (as used in MPFR) fail.
This was fixed upstream a few weeks ago: https://github.com/autoconf-archive/autoconf-archive/commit/70f0c4c8d9ea883dce9992ecbeacbfc6683ac215 -- Vincent Lefèvre <[email protected]> - Web: <https://www.vinc17.net/> 100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/> Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)

