From a48988897fcc7a670d26a92131d538a741d2f6c1 Mon Sep 17 00:00:00 2001 From: Art Haas Date: Tue, 26 Jun 2007 13:02:33 -0500 Subject: [PATCH] Lower the AC_PREREQ version 2.59 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index bb804f3..55ee07f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. dnl Minimum Autoconf version required. AC_INIT([bbkeys], [1.0.0git], [http://bbkeys.sourceforge.net]) -AC_PREREQ(2.60) +AC_PREREQ(2.59) AC_CONFIG_SRCDIR([src/main.cpp]) AM_INIT_AUTOMAKE AM_MAINTAINER_MODE -- 2.11.4.GIT