Ralf Corsepius <[EMAIL PROTECTED]> writes:

> On Fri, 2004-06-04 at 13:02, Patrick Welche wrote:
>> automake by default pops
>> 
>> CPPFLAGS = @CPPFLAGS@
>> 
>> in Makefile.in
>> 
>> If I configure with:
>> 
>> ./configure LDFLAGS="-L/usr/local/lib -Wl,-R/usr/local/lib" 
>> CPPFLAGS=-I/usr/local/include
>> 
>> Isn't it reasonable to expect for CPPFLAGS to be set in the Makefile?
>> It appears blank in my case.
> Could you try 
> configure "LDFLAGS=...." "CPPFLAGS=...."
>
> or
> configure 'LDFLAGS=.....' 'CPPFLAGS=....'

Those two commands are completely equivalent to the one above.

Andreas.

-- 
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
SuSE Linux AG, Maxfeldstra�e 5, 90409 N�rnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


_______________________________________________
Autoconf mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to