Re: AC_PROG_CC wrongly setting $GCC=yes while clang is used

2014-09-09 Thread Bastien Chevreux
On 09 Sep 2014, at 1:33 , Peter Johansson wrote: On 09/09/2014 04:36 AM, Bastien Chevreux wrote: >> is there somewhere in the autoconf system a macro which gives back the >> compiler family of the used compiler so that one can take some action? >> Something which would set a variable (e.g. COMP

Re: AC_PROG_CC wrongly setting $GCC=yes while clang is used

2014-09-09 Thread Thomas Jahns
On 09/09/14 00:26, Russ Allbery wrote: > Bastien Chevreux writes: >> Would it be worthwhile to forward this to the GNU compiler maintainers >> so that they could maybe correct their course by maybe introducing a >> define which is ‘reserved’ for telling that, yes, this is indeed a GNU >> compiler?