Pass the foreign option to automake thus omitting README is not an error

This commit is contained in:
chme 2014-12-31 10:12:28 +01:00
parent 11eac845a3
commit 0ef1819f02
1 changed files with 1 additions and 1 deletions

View File

@ -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