Skip to content

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

@kk-1

Description

@kk-1

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!...

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions