From db055aa8bcbaea710543f168cd57f68a34681123 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Sun, 26 Jun 2016 10:58:07 +0200 Subject: [PATCH] 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 --- configure.ac | 2 +- src/client/configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 0ee5c5f0c..18dc12ef9 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/src/client/configure.ac b/src/client/configure.ac index f279dcaed..58bcfacf2 100644 --- a/src/client/configure.ac +++ b/src/client/configure.ac @@ -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]) -- 2.43.0