From faf052e7825e3627a2a3046e4e39d9bc20b72ab8 Mon Sep 17 00:00:00 2001 From: "Warren A. Layton" Date: Sun, 5 Oct 2014 13:34:33 -0400 Subject: [PATCH 2/2] LP#1375296 remove remaining warnings from autoreconf step --- Makefile.am | 2 +- configure.ac | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 9aeb9ed..69db100 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,7 +27,7 @@ export SOCK=@localstatedir@/lock export PID=@localstatedir@/run export LOG=@localstatedir@/log - +ACLOCAL_AMFLAGS = -I m4 # Derived from autoconf: export TMP = @TMP@ diff --git a/configure.ac b/configure.ac index 7a96de9..cec47d7 100644 --- a/configure.ac +++ b/configure.ac @@ -22,6 +22,7 @@ export PATH=${PATH}:/usr/sbin AC_PREREQ(2.61) AC_INIT(Open-ILS, trunk, open-ils-dev@list.georgialibraries.org) AC_CONFIG_SRCDIR([configure.ac]) +AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE AC_REVISION($Revision: 0.1 $) AC_CONFIG_SUBDIRS([Open-ILS/xul/staff_client/external/libmar]) -- 1.9.1