From: Sage Weil Date: Mon, 28 Jul 2014 21:05:53 +0000 (-0700) Subject: configure.ac: lower autoconf version requirement X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=eab7c3d199127db408b2d0de616e9aea670bb951;p=rocksdb.git configure.ac: lower autoconf version requirement Signed-off-by: Sage Weil --- diff --git a/configure.ac b/configure.ac index a95d6b084..f5959cfd7 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])