From: Ben Pfaff Date: Wed, 17 Sep 2008 20:29:00 +0000 (-0700) Subject: Suppress Automake warning about overriding distdir. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab35942184902b1a2504fd09071a1078e0ea7921;p=openvswitch Suppress Automake warning about overriding distdir. Reported by Martin. --- diff --git a/Makefile.am b/Makefile.am index 782ce711..53c65fef 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,6 @@ -AUTOMAKE_OPTIONS=foreign +# The goal of -Wno-syntax here is just to suppress the Automake warning +# about overriding distdir, below. +AUTOMAKE_OPTIONS=foreign -Wno-syntax ACLOCAL_AMFLAGS = -I m4 SUBDIRS = \ lib \