]> git.pond.sub.org Git - empserver/blobdiff - src/client/configure.ac
client: Add readline support to empire client
[empserver] / src / client / configure.ac
index 203d31233417b40e1bfd08ffed7c7bb055759317..ddd49fc4862d4fa008e3db9c9fc4d04afe3739b8 100644 (file)
@@ -1,6 +1,6 @@
 #
 #   Empire - A multi-player, client/server Internet based war game.
-#   Copyright (C) 1986-2013, Dave Pare, Jeff Bailey, Thomas Ruschak,
+#   Copyright (C) 1986-2015, Dave Pare, Jeff Bailey, Thomas Ruschak,
 #                 Ken Stevens, Steve McClure, Markus Armbruster
 #
 #   Empire is free software: you can redistribute it and/or modify
@@ -27,7 +27,7 @@
 #   configure.ac: Autoconf input file
 #
 #   Known contributors to this file:
-#      Markus Armbruster, 2005-2013
+#      Markus Armbruster, 2005-2015
 #
 # Process this file with autoconf to produce a configure script.
 
@@ -37,7 +37,7 @@
 # whether it's worth fixing.
 
 AC_PREREQ(2.64)
-AC_INIT([Empire Client], [4.3.32], [wolfpack@wolfpackempire.com],,
+AC_INIT([Empire Client], [4.3.34], [wolfpack@wolfpackempire.com],,
        [http://www.wolfpackempire.com/])
 AC_CONFIG_SRCDIR([empire.6])
 AC_CONFIG_HEADERS([config.h])
@@ -58,6 +58,7 @@ if test "$Windows_API" = yes; then
        AC_LIBOBJ([w32/w32io])
        AC_LIBOBJ([w32/w32sockets])
 fi
+AX_LIB_READLINE
 
 
 ### Checks for header files.