On Wed 21-Dec-2005 at 23:43 +0000, Daniel M. German wrote:
>
> I just committed a change to Makefile.am in the tools directory to
> add -Wall option to the compiler. Please let me know if that
> breaks the compilation.
>
> I would like to add it only when gcc is being used, but I don't
> know enough of automake and autoconf to do it. Can anybody help?
Isn't it possible to add this at build time:
./configure && make CFLAGS=-Wall
> Is there anybody who is an expert in autoconf around? I was
> thinking it might not be wise to leave PTmender out of the binary
> distribution, but I don't know how to keep it in the Makefile but
> remove it from the distribution.
Leave it in, pano12 is full of unused code already ;-)
--
Bruno
|