autoconf
[Top][All Lists]
Advanced

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

Re: Enforce strict C99 in Autoconf project


From: Paul Eggert
Subject: Re: Enforce strict C99 in Autoconf project
Date: Sat, 05 May 2012 17:58:48 -0700
User-agent: Mozilla/5.0 (X11; Linux i686; rv:12.0) Gecko/20120430 Thunderbird/12.0.1

On 05/05/2012 02:49 PM, John X wrote:
How should I set up Autoconf in order to make the compiler enforce
that?

Autoconf is about making programs more portable.
In contrast, requiring each builder to use -pedantic would
make  programs less likely to compile, i.e., it'd make them
less portable.

I'm not saying it can't be done, just that it's not really
Autoconf's goal, which is why the topic doesn't come up much
and why Autoconf doesn't have builtin support for this sort
of thing.



reply via email to

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