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
[EMAIL PROTECTED]
http://www.simplesystems.org/users/bfriesen




Reply via email to