]> www.infradead.org Git - users/mchehab/rasdaemon.git/commit
Rasdaemon: Fix autoreconf build error
authorAyush Jain <ayush.jain3@amd.com>
Tue, 23 May 2023 06:55:36 +0000 (12:25 +0530)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Mon, 23 Oct 2023 08:47:15 +0000 (10:47 +0200)
commit2ee6734e95a56dd15879a88e08080db53d6af486
treeb34954fbec0d875a3f2fd3371f3f526094ff022e
parent794530fbf270eae9f6f43c6d0bbd3ec6f2b210f3
Rasdaemon: Fix autoreconf build error

When building rasdaemon with autoreconf, on certain distros
we see the following error message.
Makefile.am: error: required file './README' not found
Autoreconf looks for README file instead of README.md
Fix this by passing 'foreign' to AM_INIT_AUTOMAKE.

Signed-off-by: Ayush Jain <ayush.jain3@amd.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
configure.ac