From: Chris Sharp Date: Mon, 31 Oct 2016 18:06:25 +0000 (-0400) Subject: LP#1272937 - Silence libtoolize warnings. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fuser%2Fcsharp%2Flp1272937_autoreconf_warnings;p=working%2FOpenSRF.git LP#1272937 - Silence libtoolize warnings. Signed-off-by: Chris Sharp --- diff --git a/Makefile.am b/Makefile.am index ed59a61..9da01fc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,6 +33,8 @@ export srcdir = @srcdir@ opensrfincludedir = @includedir@/opensrf AM_CFLAGS = $(DEF_CFLAGS) +# add this to silence libtoolize warnings +ACLOCAL_AMFLAGS = '-I m4' DISTCLEANFILES = Makefile.in Makefile aclocal.m4 config.guess config.log config.sub config.status configure depcomp install-sh ltmain.sh missing diff --git a/configure.ac b/configure.ac index b2cd21a..b7c8a0b 100644 --- a/configure.ac +++ b/configure.ac @@ -22,6 +22,9 @@ export PATH=${PATH}:/usr/sbin AC_PREREQ(2.59) +# Add this to silence libtoolize warnings +AC_CONFIG_MACRO_DIRS([m4]) + # Get our version number from one file m4_include([version.m4])