This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: distcheck bug
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
bfriesen@simple.dallas.tx.us
http://www.simplesystems.org/users/bfriesen