Author: cazfi
Date: Fri Jan 29 08:53:17 2016
New Revision: 31671

URL: http://svn.gna.org/viewcvs/freeciv?rev=31671&view=rev
Log:
Give AC_INIT() bug report address and tarball name parameters. As tarball name 
is explicitly set,
capitalized the project name parameter.

See bug #24251

Modified:
    branches/S2_5/configure.ac

Modified: branches/S2_5/configure.ac
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_5/configure.ac?rev=31671&r1=31670&r2=31671&view=diff
==============================================================================
--- branches/S2_5/configure.ac  (original)
+++ branches/S2_5/configure.ac  Fri Jan 29 08:53:17 2016
@@ -1,9 +1,12 @@
 dnl configure.ac for freeciv
 dnl Process this file with autoconf to produce a configure script.
 
+AC_INIT([Freeciv], m4_esyscmd([./fc_version | tr -d '\n']),
+        [http://gna.org/projects/freeciv/],
+        [freeciv])
+AC_PREREQ(2.61)
+
 dnl Initialize with some random file to ensure the source is here.
-AC_INIT([freeciv], m4_esyscmd([./fc_version | tr -d '\n']))
-AC_PREREQ(2.61)
 AC_CONFIG_SRCDIR([common/game.c])
 AC_CONFIG_AUX_DIR(bootstrap) # This can't be quoted or automake will fail
 AC_CONFIG_MACRO_DIR([m4])
@@ -13,7 +16,7 @@
 AC_USE_SYSTEM_EXTENSIONS
 AC_C_BIGENDIAN
 
-BUG_URL="http://gna.org/projects/freeciv/";
+BUG_URL="$PACKAGE_BUGREPORT"
 WIKI_URL="http://www.freeciv.org/";
 MAIL_ADDRESS="freeciv-dev AT gna.org"
 


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to