[Bug 225758] Merge Review: flex

bugzilla at redhat.com bugzilla at redhat.com
Sat May 26 06:18:48 UTC 2007


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Merge Review: flex


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=225758





------- Additional Comments From rc040203 at freenet.de  2007-05-26 02:18 EST -------
Done so many times before ;)

1. /usr/include the system header directory and is on a compiler's internal
include file search path. It should never be explicitly passed. Packages
requiring -I/usr/include are broken "by definition" and are likely to be badly
designed.

2. In this particular case, the culprit is toplevel Makefile.am appending
@includedir@ to AM_CPPFLAGS:

AM_CPPFLAGS = ... -I at includedir@ 

This is abuse of the autotools - @includedir@ is a destination directory (a
directory where files are supposed to be installed to).



-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the package-review mailing list