autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: feedback on 2.69b


From: Bob Friesenhahn
Subject: Re: feedback on 2.69b
Date: Fri, 24 Jul 2020 09:37:03 -0500 (CDT)
User-agent: Alpine 2.20 (GSO 67 2015-01-07)

On Fri, 24 Jul 2020, Peter Eisentraut wrote:

It looks like it's not easy to disable these tests even with low-level hackery. It would be better if there were still a way to set the preferred level of C and C++ in an official way.

Wow!  I am glad that you got here first.

Particularly as applies to C++, it is useful to be able to set an upper bar (and lower bar) for the C++ version requested because C++11 is in many ways not similar to older C++. I am already aware that some of my own software will not compile with C++11 because of removed deprecated features which I have not attended to yet in the code. Furthermore, the ABI often changes between C++ versions and it is useful to be able to specify the C++ version for purposes of the ABI.

It is true that the person running the configure script can usually supply additional options which request a particular standards version, and it would be important that Autoconf respect such requests if they were supplied.

Bob
--
Bob Friesenhahn
bfriesen@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/
Public Key,     http://www.simplesystems.org/users/bfriesen/public-key.txt



reply via email to

[Prev in Thread] Current Thread [Next in Thread]