From c7292dbca3fde476b213bcded24315f85ba68bd8 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 25 Feb 2008 10:04:01 -0800 Subject: [PATCH] lower autoconf version req to 2.59 (works, with warnings) --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e95c4de21cb55..63a57ed63647f 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.61) +AC_PREREQ(2.59) AC_INIT([Ceph distributed file system], [.1], [Sage Weil ], [ceph]) -- 2.39.5