#1022 Fix CPPFLAGS for out-of-source builds and tests that are expected to fail
Metadata
Property | Value |
---|---|
Reported by | Elias Pipping (elias.pipping@fu-berlin.de) |
Reported at | Jan 18, 2012 19:40 |
Type | Bug Report |
Version | Git (pre2.4) [autotools] |
Operating System | Unspecified / All |
Last edited by | Jö Fahlke (jorrit@jorrit.de) |
Last edited at | Jan 18, 2012 21:01 |
Closed by | Jö Fahlke (jorrit@jorrit.de) |
Closed at | Jan 18, 2012 21:01 |
Closed in version | Unknown |
Resolution | Fixed |
Comment |
Description
If _CPPFLAGS does not include AM_CPPFLAGS, they won't include -I$(top_srcdir) either, so that -- along with other potential problems -- deprecated.hh is not found, leading to a compile failure for the wrong reason.
Fix attached.