From 02e072a69920a4682ee0fd79d287de96c35705f2 Mon Sep 17 00:00:00 2001 From: dbs Date: Fri, 12 Feb 2010 20:43:13 +0000 Subject: [PATCH 1/1] Make autoconf 2.6.1 an explicit requirement due to AC_PROG_MKDIR_P macro usage RHEL 5.4 still ships with autoconf 2.59 (released in 2003, folks) and fails because MKDIR_P isn't defined. For now, let's kill it right at the ./configure step until we decide whether to use the marked-as-obsolete AM_PROG_MKDIR_P macro instead. git-svn-id: svn://svn.open-ils.org/ILS/trunk@15528 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- configure.ac | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 9f76b61cbe..a0869db6ae 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,7 @@ # Copyright (C) 2008 Equinox Software, Inc. # Kevin Beswick +# Copyright (C) 2010 Laurentian University +# Dan Scott # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -17,7 +19,7 @@ #--------------------------- export PATH=${PATH}:/usr/sbin -AC_PREREQ(2.59) +AC_PREREQ(2.61) AC_INIT(Open-ILS, trunk, open-ils-dev@list.georgialibraries.org) AM_INIT_AUTOMAKE([OpenILS], [trunk]) AC_REVISION($Revision: 0.1 $) -- 2.43.2