blob: 1764d7b7ae5d5f1b40c484ab1cb82c473e342458 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
From 818b95ed3eaf8deb92c5e590315342932508bcb6 Mon Sep 17 00:00:00 2001
From: Takashi Iwai <tiwai@suse.de>
Date: Tue, 21 Aug 2007 18:32:51 +0200
Subject: [PATCH] Add AUTOMAKE_OPTIONS to make autoreconf happy
---
Makefile.am | 1 +
1 file changed, 1 insertion(+)
diff --git a/Makefile.am b/Makefile.am
index 02386b6..6c9d27f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -32,3 +32,4 @@ EXTRA_DIST = \
CONFIG_CLEAN_FILES = etc/aseqview.spec
+AUTOMAKE_OPTIONS = foreign
|