Projects
Eulaceura:Mainline:GA
rasdaemon
_service:obs_scm:backport-Rasdaemon-Fix-autorec...
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File _service:obs_scm:backport-Rasdaemon-Fix-autoreconf-build-error.patch of Package rasdaemon
From 2ee6734e95a56dd15879a88e08080db53d6af486 Mon Sep 17 00:00:00 2001 From: Ayush Jain <ayush.jain3@amd.com> Date: Tue, 23 May 2023 12:25:36 +0530 Subject: [PATCH] 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index ab5697d..7b39f59 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AM_SILENT_RULES([yes]) AC_CANONICAL_TARGET AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS([config.h]) -AM_INIT_AUTOMAKE +AM_INIT_AUTOMAKE([foreign]) AC_PROG_CC AC_PROG_INSTALL LT_INIT
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.
浙ICP备2022010568号-2