Set minimum autoconf version to 2.65. Works fine on my machine.
authorRick L Bird <nveid@yahoo.com>
Tue, 26 Apr 2011 21:50:34 +0000 (17:50 -0400)
committerRick L Bird <nveid@yahoo.com>
Tue, 26 Apr 2011 21:50:34 +0000 (17:50 -0400)
IssueID #240

configure.ac

index 212b17407f53e8aea7cf3869fa708ae3baeedc18..a872b0cbc912385d0fa31de54259624719035e7d 100644 (file)
@@ -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)