From 80b87726e96e6bdcdabde47b75c25510a2905f8f Mon Sep 17 00:00:00 2001 From: Kevin McCarthy Date: Fri, 24 Jul 2015 13:36:16 -0700 Subject: [PATCH] Set AUTOMAKE_OPTIONS in doc/Makefile.am. (closes #3766) Add the "foreign" option to silence warnings generated by flymake.am. --- doc/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/Makefile.am b/doc/Makefile.am index b181cad3c..bc8f856d7 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,5 +1,8 @@ +## Process this file with automake to produce Makefile.in include $(top_srcdir)/flymake.am +AUTOMAKE_OPTIONS = 1.6 foreign + subdir = doc DEFS = -DSYSCONFDIR=\"$(sysconfdir)\" -DBINDIR=\"$(bindir)\" -DHAVE_CONFIG_H=1 -- 2.40.0