[OpenSRF-GIT] OpenSRF branch master updated. a844392d2de6f4b413f5f21232e089471d4e7a8d
Evergreen Git
git at git.evergreen-ils.org
Mon Apr 23 14:17:17 EDT 2012
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OpenSRF".
The branch, master has been updated
via a844392d2de6f4b413f5f21232e089471d4e7a8d (commit)
from 3645a2b3ccd6d2caad373a55b262731b7e6cc825 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit a844392d2de6f4b413f5f21232e089471d4e7a8d
Author: Dan Scott <dscott at laurentian.ca>
Date: Mon Apr 23 14:13:37 2012 -0400
autotools - do not explicitly include m4 directory
Some versions of autotools complain bitterly if an m4 include directory
is specified that does not exist.
Signed-off-by: Dan Scott <dscott at laurentian.ca>
diff --git a/Makefile.am b/Makefile.am
index 7b137aa..a92deec 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -32,8 +32,6 @@ export LOG = @localstatedir@/log/opensrf
export srcdir = @srcdir@
opensrfincludedir = @includedir@/opensrf
-ACLOCAL_AMFLAGS = -I m4
-
AM_CFLAGS = $(DEF_CFLAGS)
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 ad2cadf..d947e45 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,7 +32,6 @@ AM_INIT_AUTOMAKE([OpenSRF], m4_defn([VERSION_NUMBER]))
AC_REVISION($Revision: 0.1 $)
AC_CONFIG_SRCDIR([configure.ac])
AC_PREFIX_DEFAULT([/opensrf])
-AC_CONFIG_MACRO_DIR([m4])
# Enable $prefix to resolve to a reasonable value in substitutions in
# scripts if no explict value was passed in to configure
-----------------------------------------------------------------------
Summary of changes:
Makefile.am | 2 --
configure.ac | 1 -
2 files changed, 0 insertions(+), 3 deletions(-)
hooks/post-receive
--
OpenSRF
More information about the opensrf-commits
mailing list