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

configure: revamp *mod detection #87

Closed
wants to merge 1 commit into from

Conversation

jepler
Copy link
Member

@jepler jepler commented Jun 27, 2016

For freebsd support, @trasz needs configure with uspace to not fail if insmod/rmmod/lsmod are not available. This patch passes on our buildbot, unlike the first one I offered him. http://buildbot.linuxcnc.org/buildbot/builders/0000.checkin/builds/4283

insmod/rmmod are not actually useful to set by
configure flag, and none of them are needed on uspace,
so replacing them with programs that always succeed
(lsmod) or always fail (insmod/rmmod) is OK.  Replacing them
with "" or failing to AC_SUBST them (done implicitly by
AC_PATH_PROG, even though we overrode its result in 2/3 of
cases) makes all the scripts bomb.

Signed-off-by: Jeff Epler <jepler@unpythonic.net>
@jepler
Copy link
Member Author

jepler commented Aug 3, 2016

The claim "none of them are needed on uspace" is false since uspace-plus was merged to master branch.

@jepler jepler closed this Aug 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant