]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
configure.ac: lower autoconf version requirement
authorSage Weil <sage@redhat.com>
Mon, 28 Jul 2014 21:05:53 +0000 (14:05 -0700)
committerSage Weil <sage@redhat.com>
Thu, 8 Oct 2015 03:21:58 +0000 (23:21 -0400)
Signed-off-by: Sage Weil <sage@redhat.com>
configure.ac

index a95d6b08472c2e31efc1fbe361b34e3da78e059b..f5959cfd74f0960b9fa8313dcc50478e4275dfa5 100644 (file)
@@ -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])