blob: c0f4692d1d8a6b36d3fa4f3c3a8b27420d3d2ea7 [file] [log] [blame]
From 4c7165b3fbc0e99e7cdd77031e8a001440d0629d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Draszik?= <git@andred.net>
Date: Thu, 3 Nov 2016 20:53:21 +0000
Subject: [PATCH 1/3] build: these are 'foreign' automake projects
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
In order to prevent automake from complaining about missing
files ChangeLog, AUTHORS, etc., use the 'foreign' automake
option to instruct it so.
Upstream-Status: Inappropriate [no upstream activity for 7+ years]
Signed-off-by: André Draszik <git@andred.net>
---
configure.ac | 2 +-
libmad-0.15.1b/configure.ac | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index b12d11f..96300d6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,7 +11,7 @@ dnl AC_CHECK_FUNC: defines a shell variable
AC_PREREQ(2.59)
AC_INIT(streamripper,1.64.6)
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE([foreign])
AC_CONFIG_HEADERS([lib/config.h])
diff --git a/libmad-0.15.1b/configure.ac b/libmad-0.15.1b/configure.ac
index 8fb35ee..ab116a6 100644
--- a/libmad-0.15.1b/configure.ac
+++ b/libmad-0.15.1b/configure.ac
@@ -26,7 +26,7 @@ AC_PREREQ(2.53)
AC_CONFIG_SRCDIR([decoder.h])
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE([foreign])
AM_CONFIG_HEADER([config.h])
--
2.10.1