This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Compiler Flags


Hi,

On Sat, Nov 18, 2000 at 06:41:17PM +0100, Simon Richter wrote:
> On Fri, 17 Nov 2000, Tim Heath wrote:
> 
> > 	How do I add compiler flags?  What AM is necessary to accomplish that?
> 
> Make your configure.in add them to $CFLAGS, before AC_PROG_CC (to make
> sure the compiler actually accepts them).

Actually, the flags he listed were preprocessor flags.  I think that
it would be better to use $CPPFLAGS since this variable is
specifically for preprocessor flags.

-Ossama
-- 
Ossama Othman <ossama@ece.uci.edu>
Distributed Object Computing Laboratory, Univ. of California at Irvine
1024D/F7A394A8 - 84ED AA0B 1203 99E4 1068  70E6 5EB7 5E71 F7A3 94A8


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]