From 0ef1819f02ecd61199850ddced1e4575f2e06ff8 Mon Sep 17 00:00:00 2001 From: chme Date: Wed, 31 Dec 2014 10:12:28 +0100 Subject: [PATCH] Pass the foreign option to automake thus omitting README is not an error --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 65b8c300..136dec2a 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_INIT([forked-daapd], [22.1]) AC_CONFIG_SRCDIR([config.h.in]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS([config.h]) -AM_INIT_AUTOMAKE([-Wno-portability subdir-objects]) +AM_INIT_AUTOMAKE([foreign -Wno-portability subdir-objects]) AC_USE_SYSTEM_EXTENSIONS