]> git.pond.sub.org Git - empserver/blobdiff - src/client/configure.ac
Bump version to 4.3.34
[empserver] / src / client / configure.ac
index f83c3b6bc2873f262ccfeb9998e78b9a11323462..0854c596a586f69dd6145788999bb516cd4eda13 100644 (file)
@@ -1,6 +1,6 @@
 #
 #   Empire - A multi-player, client/server Internet based war game.
-#   Copyright (C) 1986-2012, 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-2010
+#      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.31], [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])
@@ -53,7 +53,7 @@ MY_WINDOWS_API
 
 ### Checks for libraries.
 LIBS="$LIBS_SOCKETS $LIBS"
-LIB_SOCKET_NSL
+AX_LIB_SOCKET_NSL
 if test "$Windows_API" = yes; then
        AC_LIBOBJ([w32/w32io])
        AC_LIBOBJ([w32/w32sockets])