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

autoreconf fixes #939

Merged
merged 2 commits into from
Nov 18, 2016
Merged

autoreconf fixes #939

merged 2 commits into from
Nov 18, 2016

Conversation

MilhouseVH
Copy link
Contributor

This is for any fixes after the recent merges.

libnfs is failing when using the tarball from github, but not the tarball from sites.google.com. The tarball from sites.google.com is a repackaged version of the original git source code - it includes configure and Makefile.in (which means autoreconf isn't required) yet these files aren't in git. So when building the tarball from git, the build now fails because autoreconf is disabled. Some files are also missing from the sites.google.com tarball (eg. aros folder) - the existence of this google tarball is a bit of a mystery. Switching to github.com and restoring autoreconf is the easiest fix.

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.

3 participants