From ab35942184902b1a2504fd09071a1078e0ea7921 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 17 Sep 2008 13:29:00 -0700 Subject: [PATCH] Suppress Automake warning about overriding distdir. Reported by Martin. --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 \ -- 2.30.2