From 692e410470250ea3c1feafaad077ff0758c01ec3 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 30 Jan 2016 15:19:16 -0800 Subject: [PATCH] Tell Automake the new lib/Makefile.am is OK * lib/Makefile.am (AUTOMAKE_OPTIONS): Add -Wno-portability. --- lib/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/Makefile.am b/lib/Makefile.am index 74bab4eee0..316c63725a 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -15,6 +15,9 @@ # You should have received a copy of the GNU General Public License # along with GNU Emacs. If not, see . +# GNU Emacs assumes GNU Make. +AUTOMAKE_OPTIONS = -Wno-portability + BUILT_SOURCES = CLEANFILES = EXTRA_DIST = -- 2.39.2