mirror of
https://github.com/owntone/owntone-server.git
synced 2025-03-31 17:53:49 -04:00
Pass the foreign option to automake thus omitting README is not an error
This commit is contained in:
parent
11eac845a3
commit
0ef1819f02
@ -4,7 +4,7 @@ AC_INIT([forked-daapd], [22.1])
|
|||||||
AC_CONFIG_SRCDIR([config.h.in])
|
AC_CONFIG_SRCDIR([config.h.in])
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
AC_CONFIG_HEADERS([config.h])
|
AC_CONFIG_HEADERS([config.h])
|
||||||
AM_INIT_AUTOMAKE([-Wno-portability subdir-objects])
|
AM_INIT_AUTOMAKE([foreign -Wno-portability subdir-objects])
|
||||||
|
|
||||||
AC_USE_SYSTEM_EXTENSIONS
|
AC_USE_SYSTEM_EXTENSIONS
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user