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

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

Feature request: AC_PROG_CXX_STDCXX

2011-06-28 Thread Roger Leigh
Hi, I was going to report this to bug-autoconf, but it's more of a feature request than a bug. For C, we have AC_PROG_CC_STDC to select the most recent C standard, falling back to the previous standard if not available, and the macros AC_PROG_CC_C99 and AC_PROG_CC_C89 to request the use of a spec