[OpenSRF-GIT] OpenSRF branch rel_2_1 updated. osrf_rel_2_1_0-rc1-4-gbc36b12
Evergreen Git
git at git.evergreen-ils.org
Mon Apr 23 14:15:14 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, rel_2_1 has been updated
via bc36b120e78f9fa995856a144b9054e2a0ab1f3e (commit)
from 2bdd580e2bcc6660b073b6853dc1544d5c68a6fd (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 bc36b120e78f9fa995856a144b9054e2a0ab1f3e
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