Author: cazfi
Date: Wed Sep 30 19:09:02 2015
New Revision: 30001

URL: http://svn.gna.org/viewcvs/freeciv?rev=30001&view=rev
Log:
Define FREECIV_HOME_DIR in project-file

See patch #6379

Modified:
    trunk/bootstrap/freeciv.project
    trunk/configure.ac

Modified: trunk/bootstrap/freeciv.project
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/bootstrap/freeciv.project?rev=30001&r1=30000&r2=30001&view=diff
==============================================================================
--- trunk/bootstrap/freeciv.project     (original)
+++ trunk/bootstrap/freeciv.project     Wed Sep 30 19:09:02 2015
@@ -4,3 +4,8 @@
 # We want default MODPACK_LIST_URL constructed compile time, so not giving
 # one here. This is just an example.
 # MODPACK_LIST_URL="http://modpack.freeciv.org/${DATASUBDIR}/modpack.list";
+
+# Where to store user files. Note that changing this after user has already 
stored
+# something to the old dir with older version of the projects means that those
+# files won't be used any more.
+FREECIV_HOME_DIR="~/.freeciv"

Modified: trunk/configure.ac
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/configure.ac?rev=30001&r1=30000&r2=30001&view=diff
==============================================================================
--- trunk/configure.ac  (original)
+++ trunk/configure.ac  Wed Sep 30 19:09:02 2015
@@ -194,9 +194,6 @@
   AC_DEFINE_UNQUOTED([MODPACK_LIST_URL], ["${MODPACK_LIST_URL}"], [Default 
modpack list URL])
 fi
 
-dnl Do not change this as some parts of freeciv still would not adjust 
automatically ->
-dnl those parts would remain incompatible with the parts that do respect this.
-FREECIV_HOME_DIR="~/.freeciv"
 AC_DEFINE_UNQUOTED([FREECIV_HOME_DIR], ["$FREECIV_HOME_DIR"], [Location for 
freeciv to store its information])
 
 AC_ARG_WITH([readline],


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

Reply via email to