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

'./README' not found issue + soln #10

Open
kk-1 opened this issue Nov 2, 2019 · 1 comment
Open

'./README' not found issue + soln #10

kk-1 opened this issue Nov 2, 2019 · 1 comment
Assignees

Comments

@kk-1
Copy link

kk-1 commented Nov 2, 2019

Hello Folks,

I had this issue :
Makefile.am: error: required file './README' not found

And solved it with this:

In configure.ac change line:
AM_INIT_AUTOMAKE([dist-bzip2 subdir-objects -Wno-portability])

to:
AM_INIT_AUTOMAKE([dist-bzip2 subdir-objects -Wno-portability foreign])

Cheers!...

@Spreadcat
Copy link

same here. I solved it with touch README.

@jaromil jaromil self-assigned this Oct 26, 2020
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

3 participants