From 27a4895ea8672dca324e940c7ea7bf4e7debd067 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 28 Jul 2014 14:05:53 -0700 Subject: [PATCH] configure.ac: lower autoconf version requirement Signed-off-by: Sage Weil --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a95d6b08..f5959cfd 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_PREREQ([2.69]) +AC_PREREQ([2.59]) AC_INIT([rockdb], [3.0]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) -- 2.47.3