octave-maintainers
[Top][All Lists]
Advanced

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

Re: Requiring C++11 in configure.ac


From: John W. Eaton
Subject: Re: Requiring C++11 in configure.ac
Date: Tue, 20 Jun 2017 13:22:21 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0

On 06/20/2017 01:20 PM, Mike Miller wrote:
On Tue, Jun 20, 2017 at 09:14:01 -0700, Rik wrote:
We now require C++11 to build Octave, but is there a test for that in
configure.ac?

The configure script has tests for C++11 features and adds the options
to the compiler command line if needed to enable those, but there is no
error if those tests fail, it just falls back to whatever flavor of C++
the compiler handles by default.

Right, those tests are added by the std-gnu11 module from gnulib.

jwe





reply via email to

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