mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-07 22:02:12 +08:00
autotools: avoid to fail due to missing README file
"Makefile.am: error: required file './README' not found" Change-Id: I8729ea1f38bb14893e5cce6ed3f76065e825efb8
This commit is contained in:

committed by
Adrien Béraud

parent
f1a7ff4db7
commit
3e63d8d321
@ -20,7 +20,7 @@ AC_CONFIG_MACRO_DIR([m4])
|
||||
AC_CANONICAL_BUILD
|
||||
AC_CANONICAL_HOST
|
||||
|
||||
AM_INIT_AUTOMAKE([-Wno-portability subdir-objects])
|
||||
AM_INIT_AUTOMAKE([-Wno-portability subdir-objects foreign])
|
||||
m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) # required by automake 1.12
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
|
||||
|
Reference in New Issue
Block a user