bug#31347: AM_PROG_CC_C_O is disabled by gnulib std-gnu11.m4

2021-12-09 Thread Mike Frysinger
On 03 May 2018 10:11, Jamal Natour wrote: > As a user of C++11 and C++14, I use the ax_cxx_compile_stdcxx variants, > these have seemed to work on the various combinations of > platforms/compilers I've used. > > https://github.com/jamal-fuma/fuma_m4/blob/master/ax_cxx_compile_stdcxx.m4 > https://g

bug#31347: AM_PROG_CC_C_O is disabled by gnulib std-gnu11.m4

2018-05-03 Thread Jamal Natour
Hi, As a user of C++11 and C++14, I use the ax_cxx_compile_stdcxx variants, these have seemed to work on the various combinations of platforms/compilers I've used. https://github.com/jamal-fuma/fuma_m4/blob/master/ax_cxx_compile_stdcxx.m4 https://github.com/jamal-fuma/fuma_m4/blob/master/ax_cxx_c

bug#31347: AM_PROG_CC_C_O is disabled by gnulib std-gnu11.m4

2018-05-02 Thread Mike Miller
Hi, In GNU Octave, we are embracing a lot of C++11, and so we are using the gnulib std-gnu11.m4 drop-in to ensure that the compiler conforms to the latest standards. I think several other GNU projects also use this file. The std-gnu11.m4 file defines AC_PROG_CC and AC_PROG_CXX replacements, which