bug in perl autoscan

2019-01-17 Thread Joshua Branson
I just installed autoscan version 2.21 (on guixSD), and it gave me this warning in a recently un-tar-ed linphone.tar.gz directory. #BEGIN_SRC sh autoscan #END_SRC Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.30), passed through in regex; marked by <--

Re: autoconf: AC_SEARCH_LIBS with AC_LANG([C++]) broken when using gcc 8

2019-01-17 Thread Nick Bowler
On 1/17/19, Paul Gevers wrote: > On 14-01-2019 11:57, Matthias Klose wrote: >> On 12.01.19 21:37, Chaim Zax wrote: >>> Because autoconf can be used outside a Debian environment this solution >>> might not work for everyone. Perhaps the AC_SEARCH_LIBS function should >>> be extended so function

Re: autoconf: AC_SEARCH_LIBS with AC_LANG([C++]) broken when using gcc 8

2019-01-17 Thread Paul Gevers
Hi Doko, Thanks for your reply. On 14-01-2019 11:57, Matthias Klose wrote: > On 12.01.19 21:37, Chaim Zax wrote: >> Because autoconf can be used outside a Debian environment this solution >> might not work for everyone. Perhaps the AC_SEARCH_LIBS function should >> be extended so function