Re: [gentoo-dev] New 17.0 release profiles

2017-06-10 Thread Andreas K. Huettel
Am Mittwoch, 7. Juni 2017, 22:44:31 CEST schrieb Andreas K. Huettel: > Hey all, > > as already discussed on IRC, here is a first step towards new 17.0 profile > sets. I havent seen any blocking disagreements / arguments, so I'm going to push the patches later today. -> The new profiles will

Re: [gentoo-dev] New 17.0 release profiles

2017-06-10 Thread Andreas K. Huettel
Am Donnerstag, 8. Juni 2017, 20:53:53 CEST schrieb Michał Górny: > I think it would also be reasonable to have clang default to the same > C++ standard for better interoperability. Makes sense. > > Sadly, unless I'm mistaken changing the defaults for both will require > patching the code.

Re: [gentoo-dev] autotools.eclass: automatically move configure.in to configure.ac

2017-06-10 Thread Sergei Trofimovich
On Sat, 10 Jun 2017 13:28:19 +0200 Jeroen Roovers wrote: > https://bugs.gentoo.org/show_bug.cgi?id=426262 > + mv configure.{in,ac} || die Looks good. -- Sergei pgpWrrfyNhK6s.pgp Description: Цифровая подпись OpenPGP

[gentoo-dev] autotools.eclass: automatically move configure.in to configure.ac

2017-06-10 Thread Jeroen Roovers
https://bugs.gentoo.org/show_bug.cgi?id=426262diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass index 2710bf827b..76a5c2eade 100644 --- a/eclass/autotools.eclass +++ b/eclass/autotools.eclass @@ -341,10 +341,11 @@ eautoconf() { echo die "No configure.{ac,in} present!" fi - if