From 74a2216966406462c97b7b54cf46794b4fb1ff43 Mon Sep 17 00:00:00 2001 From: john30 Date: Wed, 11 Mar 2015 08:43:30 +0100 Subject: [PATCH] autoconf 2.63 is fine --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index dae81d8e..da8fa335 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_PREREQ([2.65]) +AC_PREREQ([2.63]) AC_INIT([ebusd], [1.0.0], [ebusd@johnm.de], [ebusd], [https://github.com/john30/ebusd]) AC_CONFIG_AUX_DIR([build])