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
This commit is contained in:
王振华 (WANG Zhenhua) 2018-12-18 06:50:44 +00:00
parent 1d900193d8
commit 1231a37f0b

View File

@ -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