39 lines
1.2 KiB
Diff
39 lines
1.2 KiB
Diff
|
From 0d4b9d5d547b4a6e79108ac8c455e01f72a9aefa Mon Sep 17 00:00:00 2001
|
||
|
From: =?UTF-8?q?J=C3=B6rg=20Krause?= <joerg.krause@embedded.rocks>
|
||
|
Date: Sun, 10 Apr 2016 11:47:14 +0200
|
||
|
Subject: [PATCH 1/3] Make the package autoreconfigurable
|
||
|
MIME-Version: 1.0
|
||
|
Content-Type: text/plain; charset=UTF-8
|
||
|
Content-Transfer-Encoding: 8bit
|
||
|
|
||
|
ipmitool is not a compliant GNU package as it does not provide some necessary
|
||
|
files, like NEWS, AUTHORS, etc.
|
||
|
|
||
|
Therefor set the Automake strictness to foreign to make the package
|
||
|
autoreconfigurable.
|
||
|
|
||
|
Upstream status: Pending
|
||
|
https://sourceforge.net/p/ipmitool/mailman/message/35004711/
|
||
|
|
||
|
Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
|
||
|
---
|
||
|
Makefile.am | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/Makefile.am b/Makefile.am
|
||
|
index 94e267a..9f3f7e1 100644
|
||
|
--- a/Makefile.am
|
||
|
+++ b/Makefile.am
|
||
|
@@ -33,7 +33,7 @@ DOCLIST = $(top_srcdir)/README $(top_srcdir)/COPYING $(top_srcdir)/AUTHORS $(top
|
||
|
|
||
|
EXTRA_DIST = $(DOCLIST)
|
||
|
|
||
|
-AUTOMAKE_OPTIONS = dist-bzip2
|
||
|
+AUTOMAKE_OPTIONS = dist-bzip2 foreign
|
||
|
|
||
|
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure configure-stamp \
|
||
|
config.guess config.sub depcomp install-sh ltmain.sh missing \
|
||
|
--
|
||
|
2.8.0
|
||
|
|