bug-automake
[Top][All Lists]
Advanced

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

make distcheck drops precious vars


From: Ralf Corsepius
Subject: make distcheck drops precious vars
Date: 11 Feb 2003 15:33:48 +0100

Hi,

with automake-1.7.2, ""make distcheck" seems to drop autoconf's precious
vars.

This breaks "make distcheck" for packages which require special settings
to be buildable in a user environment.

The tarball below contains a minimized hypothetical example to
demonstrate the problem:
# ./configure CPPFLAGS=-D__foobar__
# make
[works]
# make dist
[works]
# make distcheck
[aborts due to CPPFLAGS having been lost]

In my actual case, I need to set up CPPFLAGS to point to the include
directory of a prerequisite package outside of the compiler's default
search path. However, make distcheck drops CPPFLAGS :(

Ralf







Attachment: automake-bug-4.0.tar.bz2
Description: application/bzip


reply via email to

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