[fedfs-utils] [PATCH 02/12] automake: Silence spurious warning

Chuck Lever chuck.lever at oracle.com
Fri Nov 11 12:26:18 PST 2011


Squelch automake warning:

  libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.

Signed-off-by: Chuck Lever <chuck.lever at oracle.com>
---

 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




More information about the fedfs-utils-devel mailing list