]> git.pond.sub.org Git - empserver/blobdiff - configure.ac
actofgod: Factor divine_sct_change() out of edit.c
[empserver] / configure.ac
index bdbeff34703da0cc7d1f5b1a4271e5ed40358897..3b0c4c1cc9aaea215c02b23570d8d3c85fad9245 100644 (file)
@@ -1,6 +1,6 @@
 #
 #   Empire - A multi-player, client/server Internet based war game.
-#   Copyright (C) 1986-2011, Dave Pare, Jeff Bailey, Thomas Ruschak,
+#   Copyright (C) 1986-2013, 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-2013
 #
 # Process this file with autoconf to produce a configure script.
 
 # POSIX, and when something breaks on some oddball machine, see
 # whether it's worth fixing.
 
-AC_PREREQ(2.59)
-AC_INIT([Wolfpack Empire], [4.3.29], [wolfpack@wolfpackempire.com], [empire])
+AC_PREREQ(2.64)
+AC_INIT([Wolfpack Empire], [4.3.32], [wolfpack@wolfpackempire.com], [empire],
+       [http://www.wolfpackempire.com/])
 AC_CONFIG_SRCDIR([include/combat.h])
+AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_HEADERS([config.h])
 
@@ -67,10 +69,10 @@ MY_WINDOWS_API
 
 
 ### Checks for libraries
-ACX_PTHREAD
+AX_PTHREAD
 LIBS_util="$LIBS"
 LIBS="$LIBS_SOCKETS $LIBS"
-LIB_SOCKET_NSL
+AX_LIB_SOCKET_NSL
 LIBS_server="$LIBS"
 
 
@@ -107,7 +109,7 @@ AC_ARG_WITH([pthread],
 # Select thread package
 empthread=
 if test "$with_pthread" != no; then
-    if test "$acx_pthread_ok" = yes; then
+    if test "$ax_pthread_ok" = yes; then
        empthread=POSIX
     fi
 fi