Merge pull request #78 from chme/readme

Pass the foreign option to automake thus omitting README is not an error
This commit is contained in:
ejurgensen 2014-12-31 10:42:59 +01:00
commit bb9c4b6001

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