From 7c6ecb3a940bcb7a3b50650be7f44a202d93e438 Mon Sep 17 00:00:00 2001 From: Ben Shum Date: Wed, 29 May 2013 18:06:09 -0400 Subject: [PATCH] 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 --- Open-ILS/xul/staff_client/external/libmar/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/external/libmar/configure.ac b/Open-ILS/xul/staff_client/external/libmar/configure.ac index 0cfba6eadc..c8415256fe 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@sigio.com]) AM_INIT_AUTOMAKE([foreign]) AC_CONFIG_SRCDIR([tool/mar.c]) -- 2.43.2