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

0.31: Missing README makes autoreconf fail #96

Closed
dvzrv opened this issue Mar 1, 2020 · 2 comments
Closed

0.31: Missing README makes autoreconf fail #96

dvzrv opened this issue Mar 1, 2020 · 2 comments

Comments

@dvzrv
Copy link

dvzrv commented Mar 1, 2020

Hi!

When building 0.31 from the tarball here on github and running autoreconf -vfi on the sources leads to:

Makefile.am: error: required file './README' not found
examples/Makefile.am: installing './depcomp'
parallel-tests: installing './test-driver'
autoreconf: automake failed with exit status: 1

Symlinking README.md to README beforehand fixes this issue, but stating README.md instead of README would probably be the way to go here. :)

@radarsat1
Copy link
Owner

Hi, thanks for the feedback, autogen.sh does this README.md to README copy/rename! Not sure if there's a way to coax autoreconf into handling it but if you ran it in the same folder after having previously build liblo, then README should be there. If you use the tarball release the renamed README is included. So I guess you ran autoreconf in a fresh clone where autogen.sh had never been run. If there's a better way to handle it I'm all ears!

stating README.md instead of README would probably be the way to go here

It's not stated anywhere, just a "requirement" of automake.

@radarsat1
Copy link
Owner

Closing for now, if any concrete suggestions then feel free to re-open. In the meantime this issue can serve as documentation.

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

No branches or pull requests

2 participants