changeset: 6471:fdafc56a854f
user:      Kevin McCarthy <[email protected]>
date:      Fri Jul 24 13:36:16 2015 -0700
link:      http://dev.mutt.org/hg/mutt/rev/fdafc56a854f

Set AUTOMAKE_OPTIONS in doc/Makefile.am. (closes #3766)

Add the "foreign" option to silence warnings generated by flymake.am.

diffs (12 lines):

diff -r cbae8642cb3d -r fdafc56a854f doc/Makefile.am
--- a/doc/Makefile.am   Fri Jul 24 13:15:23 2015 -0700
+++ b/doc/Makefile.am   Fri Jul 24 13:36:16 2015 -0700
@@ -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

Reply via email to