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:
parent
ce002a5096
commit
db055aa8bc
2 changed files with 2 additions and 2 deletions
|
@ -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])
|
||||
|
|
|
@ -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([Empire Client], [4.3.34], [wolfpack@wolfpackempire.com],,
|
||||
[http://www.wolfpackempire.com/])
|
||||
AC_CONFIG_SRCDIR([empire.6])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue