From: Rick L Bird Date: Tue, 26 Apr 2011 21:50:34 +0000 (-0400) Subject: Set minimum autoconf version to 2.65. Works fine on my machine. X-Git-Url: https://git.theari.com/?a=commitdiff_plain;h=6e8d22fef5b371969c59fbb1f1d04cd3671328df;p=cobramush.git Set minimum autoconf version to 2.65. Works fine on my machine. IssueID #240 --- 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)