autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: C99 support


From: Paul Eggert
Subject: Re: C99 support
Date: Tue, 30 Nov 2004 13:56:29 -0800
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

Ralf Wildenhues <address@hidden> writes:

> Have you checked there is no compiler which will compile your test
> program but not general C99 in its `C89 plus extensions' mode?

The Autoconf Way is to first put the compiler into "C99 plus
extensions" mode, and then to check how much of C99 (and how many
extensions) you really get.  It's OK if the compiler doesn't support
all the C99 features, as long as it supports some of them, and so long
as turning on "C99 plus extensions" mode doesn't break something
important.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]