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:
parent
1d900193d8
commit
1231a37f0b
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user