Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Work around automake bug that dropped portability warnings #413

Closed
wants to merge 1 commit into from

Conversation

andersk
Copy link
Member

@andersk andersk commented Apr 9, 2013

There’s a bug in automake ≥ 1.10, < 1.12 where -Wall foreign incorrectly turns off warnings about portability issues. To get consistent results across automake versions, use foreign -Wall instead.

There’s a bug in automake ≥ 1.10, < 1.12 where ‘-Wall foreign’
incorrectly turns off warnings about portability issues.  To get
consistent results across automake versions, use ‘foreign -Wall’
instead.

http://debbugs.gnu.org/cgi-bin/bugreport.cgi?bug=7669

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
@andersk andersk closed this in 8ff636d Apr 15, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant