Detect Clang masquerading as GCC.
Autoconf detects the Clang compiler as GNU GCC (clang sets defines like __GNUC__ etc) but Clang is *not* completely compatible. If we detect Clang we set ac_vc_c_compiler_gnu to 'no'.
m4/clang.m4
0 → 100644
m4/really_gcc.m4
0 → 100644
Please register or sign in to comment