projects
/
cobramush.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2dc835c
)
Set minimum autoconf version to 2.65. Works fine on my machine.
author
Rick L Bird
<nveid@yahoo.com>
Tue, 26 Apr 2011 21:50:34 +0000
(17:50 -0400)
committer
Rick L Bird
<nveid@yahoo.com>
Tue, 26 Apr 2011 21:50:34 +0000
(17:50 -0400)
IssueID #240
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 212b17407f53e8aea7cf3869fa708ae3baeedc18..a872b0cbc912385d0fa31de54259624719035e7d 100644
(file)
--- 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.6
7
])
+AC_PREREQ([2.6
5
])
AC_INIT([CobraMUSH], [0.80], [http://redmine.cobramush.org])
AC_CONFIG_HEADERS(config.h)