From 1231a37f0bc9428555263cd2d6169cba05217442 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=8C=AF=E5=8D=8E=20=28WANG=20Zhenhua=29?= Date: Tue, 18 Dec 2018 06:50:44 +0000 Subject: [PATCH] automake: relax GNU standard directory style GNU standard assumes `README` under root dir, while PR #403 didn't fix the building issue exactually. https://www.gnu.org/software/automake/manual/html_node/List-of-Automake-options.html --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 3e5253f..95b1f25 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -AUTOMAKE_OPTIONS=subdir-objects +AUTOMAKE_OPTIONS = subdir-objects foreign # Make sure that when we re-make ./configure, we get the macros we need ACLOCAL_AMFLAGS = -I m4