Matthew Woehlke <[EMAIL PROTECTED]> writes: > any reason (other than SHTDI) that configure > does not figure out to use -qlanglvl=stdc99 on AIX?
My understanding is that 'configure' shouldn't try to use -qlanglvl=stdc99, since that puts the compiler into a pedantic mode. It should try -qlanglvl=extc99. Doesn't it do that? If not, can you please investigate why not? -qlanglvl=extc99 should be in 'configure'. _______________________________________________ Bug-coreutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-coreutils
