From: Kevin McCarthy Date: Fri, 24 Jul 2015 20:36:16 +0000 (-0700) Subject: Set AUTOMAKE_OPTIONS in doc/Makefile.am. (closes #3766) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=80b87726e96e6bdcdabde47b75c25510a2905f8f;p=neomutt Set AUTOMAKE_OPTIONS in doc/Makefile.am. (closes #3766) Add the "foreign" option to silence warnings generated by flymake.am. --- 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