Re: Setting optimizations without violating autotools principles

2011-07-09 Thread Chris Stankevitz
--- On Fri, 7/8/11, Eric Blake wrote: > If the user set CFLAGS, then this is equivalent to: Eric, Thank you for your detailed (and free!) analysis, Chris ___ Autoconf mailing list Autoconf@gnu.org https://lists.gnu.org/mailman/listinfo/autoconf

Re: Feature request: AC_PROG_CXX_STDCXX

2011-07-09 Thread Peter Johansson
Hi Roger, On 6/28/11 7:01 PM, Roger Leigh wrote: AC_PROG_CXX_CXX98 AC_PROG_CXX_CXX03 and/or AC_PROC_CXX_CXXTR1 AC_PROC_CXX_CXX11 and/or AC_PROC_CXX_CXX0X [not yet finalised] AC_PROC_CXX_STDCXX could select the most recent version of the standard supported. There is the AX_CXX_COMPILE_STDCXX_0

Re: Feature request: AC_PROG_CXX_STDCXX

2011-07-09 Thread Roger Leigh
On Sat, Jul 09, 2011 at 12:04:53PM -0400, Peter Johansson wrote: > Hi Roger, > > On 6/28/11 7:01 PM, Roger Leigh wrote: > >AC_PROG_CXX_CXX98 > >AC_PROG_CXX_CXX03 and/or AC_PROC_CXX_CXXTR1 > >AC_PROC_CXX_CXX11 and/or AC_PROC_CXX_CXX0X [not yet finalised] > > > >AC_PROC_CXX_STDCXX could select the m