]> git.pond.sub.org Git - empserver/blobdiff - GNUmakefile.in
Make: Get SHELL from Autoconf
[empserver] / GNUmakefile.in
index 218715eb9a5a70839e453783fadc01430cd97af8..22d72269ce44a12112eae2984419f879c315df18 100644 (file)
@@ -1,6 +1,6 @@
 #
 #   Empire - A multi-player, client/server Internet based war game.
-#   Copyright (C) 1986-2017, Dave Pare, Jeff Bailey, Thomas Ruschak,
+#   Copyright (C) 1986-2020, Dave Pare, Jeff Bailey, Thomas Ruschak,
 #                 Ken Stevens, Steve McClure, Markus Armbruster
 #
 #   Empire is free software: you can redistribute it and/or modify
 #   GNUmakefile.in: Makefile template for configure
 #
 #   Known contributors to this file:
-#      Markus Armbruster, 2005-2009
+#      Markus Armbruster, 2005-2020
 #
 
 # The real meat is in Make.mk, which see.
 
 TARNAME := @PACKAGE_TARNAME@
-VERSION := @PACKAGE_VERSION@
 
 CC := @CC@
 CFLAGS := @CFLAGS@
@@ -69,6 +68,7 @@ INSTALL_DATA := @INSTALL_DATA@
 INSTALL_PROGRAM := @INSTALL_PROGRAM@
 NROFF := @NROFF@
 RANLIB := @RANLIB@
+SHELL := @SHELL@
 
 prefix := @prefix@
 exec_prefix := @exec_prefix@