configure: Bump required autoconf version to 2.69

2.69 is more than four years old now.  Nobody has tested with 2.64 in
quite some time.

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
Markus Armbruster 2016-06-26 10:58:07 +02:00
parent ce002a5096
commit db055aa8bc
2 changed files with 2 additions and 2 deletions

View file

@ -36,7 +36,7 @@
# POSIX, and when something breaks on some oddball machine, see
# whether it's worth fixing.
AC_PREREQ(2.64)
AC_PREREQ(2.69)
AC_INIT([Wolfpack Empire], [4.3.34], [wolfpack@wolfpackempire.com], [empire],
[http://www.wolfpackempire.com/])
AC_CONFIG_SRCDIR([include/combat.h])