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

Unused options in build process #7

Open
egelmex opened this issue Apr 24, 2013 · 1 comment
Open

Unused options in build process #7

egelmex opened this issue Apr 24, 2013 · 1 comment

Comments

@egelmex
Copy link
Contributor

egelmex commented Apr 24, 2013

From trac reported by @jadudm:
We pass configuration options down through the build process that are unrecognized in some parts of the tree. This causes warnings during the build process that confuse new developers.

@atsampson
Copy link
Contributor

I think this is bitrot in occam-subdirs.m4 -- the autoconf macro it's based on now uses AC_DISABLE_OPTION_CHECKING to turn off these warnings for subdirectories, so adding that would probably fix it.

In the longer term it'd be better to get rid of the recursive autoconf/make entirely... but that's a lot more work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants