[open-ils-commits] [GIT] Evergreen ILS branch master updated. 7c6ecb3a940bcb7a3b50650be7f44a202d93e438

Evergreen Git git at git.evergreen-ils.org
Wed May 29 19:58:21 EDT 2013


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 "Evergreen ILS".

The branch, master has been updated
       via  7c6ecb3a940bcb7a3b50650be7f44a202d93e438 (commit)
      from  78e19fd3f4c8baa6d003ee230d18bf0c34e9f00b (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 7c6ecb3a940bcb7a3b50650be7f44a202d93e438
Author: Ben Shum <bshum at biblio.org>
Date:   Wed May 29 18:06:09 2013 -0400

    Change autoconf required version for libmar's configure.ac
    
    Having it set to 2.68 (current for Ubuntu Precise) broke autoreconf for other
    distributions. Notably Debian Squeeze/Wheezy have 2.67 and Ubuntu Lucid has
    2.65 for their autoconf version.
    
    Set a minimum requirement of 2.61 that we use in the existing options.
    
    Signed-off-by: Ben Shum <bshum at biblio.org>

diff --git a/Open-ILS/xul/staff_client/external/libmar/configure.ac b/Open-ILS/xul/staff_client/external/libmar/configure.ac
index 0cfba6e..c841525 100644
--- a/Open-ILS/xul/staff_client/external/libmar/configure.ac
+++ b/Open-ILS/xul/staff_client/external/libmar/configure.ac
@@ -1,7 +1,7 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 
-AC_PREREQ([2.68])
+AC_PREREQ([2.61])
 AC_INIT([libmar], [1.0], [jason at sigio.com])
 AM_INIT_AUTOMAKE([foreign])
 AC_CONFIG_SRCDIR([tool/mar.c])

-----------------------------------------------------------------------

Summary of changes:
 .../xul/staff_client/external/libmar/configure.ac  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list