hc
2023-11-06 15ade055295d13f95d49e3d99b09f3bbfb4a43e7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
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