automake
[Top][All Lists]
Advanced

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

Re: distcheck bug


From: Bob Friesenhahn
Subject: Re: distcheck bug
Date: Thu, 15 Jul 2004 17:28:30 -0500 (CDT)

On Thu, 15 Jul 2004, Bob Friesenhahn wrote:

It seems that LDFLAGS is being passed but not CC and CXX even though those were also specified on the configure command line. Why aren't all the standard Autoconf variables saved and replayed?

I was wrong. It seems that the user specified LDFLAGS is not passed to configure either.

So now I am testing with

DISTCHECK_CONFIGURE_FLAGS='CC=$(CC)' 'CXX=$(CXX)' 'CPPFLAGS=$(CPPFLAGS)' 
'LDFLAGS=$(LDFLAGS)'

Unfortunately, these values may be extended or altered by the time they are saved in the Makefile. It will extra configure work to preserve the user-provided values.

Bob
======================================
Bob Friesenhahn
address@hidden
http://www.simplesystems.org/users/bfriesen




reply via email to

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