[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: AC



> Just a quick note:
> 
> Autoconf supports CC, CPPFLAGS, and LDFLAGS.  Here is an example
> that I use:
> 
> % env CC="cc -ansi" CPPFLAGS="-I/usr/local/include" \
>   LDFLAGS="-L/usr/local/lib" ./configure
> 

Well, to be honest, I _did_ look at the configure.in and saw ac_cpp in
there and was a bit confused "Why the hell is he using c++ to do the
check?". Oh well, guess I was a bit silly not to try the CPPFLAGS. Will
try...

Pele