From 6e8d22fef5b371969c59fbb1f1d04cd3671328df Mon Sep 17 00:00:00 2001 From: Rick L Bird Date: Tue, 26 Apr 2011 17:50:34 -0400 Subject: [PATCH] Set minimum autoconf version to 2.65. Works fine on my machine. IssueID #240 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 212b174..a872b0c 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ # this is the gnu suggested m4 macro file for lua.. doesn't work so well though -AC_PREREQ([2.67]) +AC_PREREQ([2.65]) AC_INIT([CobraMUSH], [0.80], [http://redmine.cobramush.org]) AC_CONFIG_HEADERS(config.h) -- 2.30.2