blob: a8c5bc7968ee652906d5206de34480428a096510 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001From eebe1f27f4b27b05eb4b9b55f9df1124acf4d092 Mon Sep 17 00:00:00 2001
2From: Koen Kooi <koen@dominion.thruhere.net>
3Date: Fri, 1 Aug 2014 12:25:24 +0200
4Subject: [PATCH] configure: use 'foreign' mode to avoid errors with missing
5 NEWS/AUTHORS/etc
6
7Upstream-status: Pending
8
9Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
10---
11 configure.ac | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14diff --git a/configure.ac b/configure.ac
15index 3d7eef6..1784bdd 100644
16--- a/configure.ac
17+++ b/configure.ac
18@@ -41,7 +41,7 @@ VERSION=$WV_VERSION
19 PACKAGE=wv
20
21 dnl Initialize automake stuff
22-AM_INIT_AUTOMAKE($PACKAGE, $VERSION)
23+AM_INIT_AUTOMAKE([foreign])
24
25 # Specify a configuration file
26 AM_CONFIG_HEADER(config.h)
27--
281.9.0
29