From 7d4352dc9871cf6085ef2ba079607370923fe359 Mon Sep 17 00:00:00 2001 From: Frank Morgner Date: Tue, 3 May 2016 10:53:55 +0200 Subject: [PATCH] tell Automake that we will not follow GNU Standards NEWS and README are mandatory for autoconf. Fixes problem introduced in b1a81b385ddabb704b4cea64fda56abb9928c3c3 closes https://github.com/nfc-tools/libnfc/pull/346 fixes https://github.com/nfc-tools/libnfc/issues/347 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 804aacd..0e635a5 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ if test x"$GIT_REVISION" != x""; then AC_DEFINE_UNQUOTED([GIT_REVISION], ["$GIT_REVISION"], [GIT revision]) fi -AM_INIT_AUTOMAKE(subdir-objects dist-bzip2 no-dist-gzip) +AM_INIT_AUTOMAKE(subdir-objects dist-bzip2 no-dist-gzip foreign) m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])