mirror of
https://github.com/owntone/owntone-server.git
synced 2025-02-03 01:46:02 -05:00
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:
commit
bb9c4b6001
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user