Skip to content

Pass foreign to AM_INIT_AUTOMAKE #16

@rossburton

Description

@rossburton

If I grab the git repo and run autoreconf, I get this error:

Makefile.am: error: required file './NEWS' not found
Makefile.am: error: required file './ChangeLog' not found

As LTP doesn't use GNU standards you'll want to tell automake this by having in configure.ac:

AM_INIT_AUTOMAKE([foreign])

As a sidenote, you could replace include/mk/automake.mk with just "autoreconf" for the bootstrap. After that

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions