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 [EMAIL PROTECTED]  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 = ... [EMAIL PROTECTED]@ 

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.

_______________________________________________
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review

Reply via email to