]> granicus.if.org Git - neomutt/commitdiff
Set AUTOMAKE_OPTIONS in doc/Makefile.am. (closes #3766)
authorKevin McCarthy <kevin@8t8.us>
Fri, 24 Jul 2015 20:36:16 +0000 (13:36 -0700)
committerKevin McCarthy <kevin@8t8.us>
Fri, 24 Jul 2015 20:36:16 +0000 (13:36 -0700)
Add the "foreign" option to silence warnings generated by flymake.am.

doc/Makefile.am

index b181cad3cf47486678d713337f552ebcf0651082..bc8f856d7de302bd8120ff551b16719cc6fd126b 100644 (file)
@@ -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