Change autoconf required version for libmar's configure.ac
authorBen Shum <bshum@biblio.org>
Wed, 29 May 2013 22:06:09 +0000 (18:06 -0400)
committerBen Shum <bshum@biblio.org>
Wed, 29 May 2013 23:57:04 +0000 (19:57 -0400)
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@biblio.org>
Open-ILS/xul/staff_client/external/libmar/configure.ac

index 0cfba6e..c841525 100644 (file)
@@ -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])