From 04da964606d2ef934286dd63537cc1c2c134f7cb Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Fri, 2 May 2008 17:10:12 -0700 Subject: [PATCH] Suppress Automake warnings about GNU make extensions in Modules.mk files. --- datapath/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/datapath/Makefile.am b/datapath/Makefile.am index f2cb4ecd..12bec603 100644 --- a/datapath/Makefile.am +++ b/datapath/Makefile.am @@ -8,6 +8,9 @@ endif EXTRA_DIST = $(dist_headers) $(dist_sources) +# Suppress warnings about GNU extensions in Modules.mk files. +AUTOMAKE_OPTIONS = -Wno-portability + include Modules.mk include linux-2.4/Modules.mk include linux-2.6/Modules.mk -- 2.30.2