From patchwork Fri Nov 11 20:26:18 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [02/12] automake: Silence spurious warning Date: Fri, 11 Nov 2011 10:26:18 -0000 From: Chuck Lever X-Patchwork-Id: 125282 Message-Id: <20111111202618.10717.30706.stgit@degas.1015granger.net> To: fedfs-utils-devel@oss.oracle.com Squelch automake warning: libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. Signed-off-by: Chuck Lever --- Makefile.am | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index b374969..c93c261 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,6 +27,7 @@ AUTOMAKE_OPTIONS = foreign SUBDIRS = doc src contrib dist_noinst_SCRIPTS = autogen.sh EXTRA_DIST = ChangeLog COPYING README INSTALL doxy.cfg .gitignore +ACLOCAL_AMFLAGS = -I m4 CLEANFILES = cscope.in.out cscope.out cscope.po.out *~ DISTCLEANFILES = Makefile.in ChangeLog