Commit graph

354 commits

Author SHA1 Message Date
Isaac Clerencia Perez
5adcef0f85 Bump version to 0.8.9 2005-01-25 14:54:24 +00:00
Jon Daniel
b5bb8da06b Added support for multilanguage man pages.
Moved man page install/uninstall from top level to doc/man.
2005-01-20 00:24:49 +00:00
Yann Dirson
26d745afcc made configure to activate zipios++ support when the lib is found 2005-01-08 13:57:23 +00:00
Yann Dirson
86317decc9 fixed again running configure from another dir 2004-12-17 02:22:57 +00:00
Isaac Clerencia Perez
4979a2698c Bump version to 0.8.9-CVS 2004-12-05 15:45:04 +00:00
Isaac Clerencia Perez
4ef3bdb999 Bumped version to 0.8.8 2004-12-05 10:38:01 +00:00
Yann Dirson
865794ef5f add --enable-tinygui configure flag to help the build process 2004-11-05 21:57:12 +00:00
Pauli Manninen
3e91a28ad8 pumped version to 0.8.8-CVS 2004-10-31 19:14:07 +00:00
Pauli Manninen
d7b93e9404 pumped version to 0.8.7 2004-10-31 15:12:19 +00:00
Yann Dirson
b4b2a0c70f keep a single copy of modified-gettext Makefile.in.in
and generate symlinks to it at configure-time
2004-10-30 12:37:44 +00:00
Philippe Plantier
20815a7f1e Removed checks for SDL_ttf.h during configuration. 2004-10-26 19:17:20 +00:00
Philippe Plantier
b2900a6260 Added a CVS snapshot of SDL_ttf in the wesnoth tree
Made wesnoth link statically to those SDL_ttf files
Added checking for libfreetype in the autotools scripts.

Warning: changes made to the autotools script! they work for me, but
need testing and reviewing!

The main reason for that is that SDL_ttf 2.0.6 still has fatal
memory-corruption bugs, fixed in CVS. This fix looks like to prevent manu
segfaults for some configurations using the French translation.

This fix may be reverted when SDL_ttf 2.0.7 is released (or not).
2004-10-26 19:03:55 +00:00
Yann Dirson
f6a6b04e53 support use of non-installed translations when building out of source tree 2004-10-19 22:29:23 +00:00
Yann Dirson
ea46856dc3 fixed stuff so that calling configure from a different place actually works 2004-10-19 20:48:21 +00:00
Yann Dirson
c21a2aa639 fixed finding of used locales 2004-10-17 13:09:24 +00:00
Pauli Manninen
8e92e571f9 pumped version to 0.8.7-CVS 2004-10-15 21:03:43 +00:00
Pauli Manninen
61781e3f4e forgot to change official server for release 2004-10-14 19:33:03 +00:00
Pauli Manninen
af1fffa17e changelog tweaks
pumped version to 0.8.6
2004-10-14 17:21:37 +00:00
Alfredo Beaumont
67f147298d Fixes bug #10196 with patch #3358 (kde and gnome installing functional).
Added support for desktopdir and icondir customization.
2004-10-12 10:05:18 +00:00
Yann Dirson
58c0d53865 changed default localedir to "translations" 2004-10-10 23:11:54 +00:00
Yann Dirson
4ed9996fc5 added a Makefile to po/ 2004-10-10 22:22:19 +00:00
Yann Dirson
5916cd229f move to gettext-standard multi-textdomain 2004-10-10 22:02:09 +00:00
Pauli Manninen
d39be88f4f Pumped version to 0.8.6-CVS
Ran ./autogen.sh
2004-10-05 20:43:31 +00:00
Pauli Manninen
681d4c38f8 pumped version to 0.8.5
ran autogen.sh
2004-10-04 07:30:51 +00:00
Dave White
aac88ce5cc added 'campaign server'...
...and capability to connect to the server to download campaigns
2004-09-12 21:55:21 +00:00
Pauli Manninen
2f3b938485 pumped version to 0.8.5-CVS
ran ./autogen.sh
2004-09-11 18:03:54 +00:00
Yann Dirson
2adea95109 removed debugging stuff 2004-09-09 20:24:10 +00:00
Pauli Manninen
28245e2986 updated changelog
pumped version to 0.8.4
ran ./autogen.sh
2004-09-09 18:35:52 +00:00
Yann Dirson
800f904fdc create .mo links at configure time,
so that message catalogs can be found in build dir
2004-09-04 12:17:03 +00:00
Yann Dirson
12d29cb85f cleanup a little the absolute/relative localedir handling 2004-09-03 17:19:03 +00:00
Yann Dirson
655a527057 install message catalogs together with other wesnoth data by default 2004-09-03 15:08:53 +00:00
Yann Dirson
dc4a545beb added --with-localedir configure option;
fixed configure options broken when migrating to --with; cause
--enable-debug to force -O0
2004-09-03 11:29:56 +00:00
Yann Dirson
e9d4fb655b remove sdltest file after use 2004-09-02 19:40:46 +00:00
Yann Dirson
59f67b80bd switch relevant flags from --enable-* to --with-*,
make old flags to cause an error to help with migration, made
helpstrings alignment and capitalisation consistent with standard ones
2004-09-02 11:53:41 +00:00
Yann Dirson
ae34dee522 moved finding of data files from configure.ac to Makefile.am 2004-09-01 19:07:18 +00:00
Pauli Manninen
7df0f5a3bb pumped version to 0.8.4-CVS
ran autogen.sh
2004-08-27 19:54:54 +00:00
Pauli Manninen
c546dde8e5 updated changelog
pumped version to 0.8.3
ran autoreconf and autogen.sh
2004-08-27 16:24:43 +00:00
Yann Dirson
112830d8ad Use libtool when available to build static binary...
(on current Debian Sarge at least it needs manual fix to
libSDL_image.la, and manually rerunning final link command with -gpm
added, bugs submitted).  Moved config options at top of configure.ac
so that they can be used later.  Simplified LIBS setting in
Makefile.am.
2004-08-21 10:20:42 +00:00
Yann Dirson
f86744af00 merged syncpoint_gettext1_12 from trunk 2004-08-15 15:32:44 +00:00
Yann Dirson
0db51ca791 merged syncpoint_gettext1_8 from trunk 2004-08-08 12:41:44 +00:00
Yann Dirson
8063f64918 merged syncpoint_gettext1_7 from trunk 2004-08-04 22:20:25 +00:00
Yann Dirson
0160b39a98 merged syncpoint_gettext1_5 from trunk 2004-07-19 21:55:23 +00:00
Yann Dirson
2965548fb1 merged syncpoint_gettext1_4 from trunk 2004-07-18 20:04:28 +00:00
Yann Dirson
508df62a2b merged syncpoint_gettext1_3 from trunk 2004-06-29 20:40:09 +00:00
Yann Dirson
5d4b3e9e4e merged syncpoint_gettext1_2 from trunk 2004-06-27 20:34:24 +00:00
Yann Dirson
2a49c6d14d fixed inclusion of intl headers,
using a hack that other packages do not appear to require, but well...
2004-06-26 14:15:59 +00:00
Yann Dirson
75a07afe97 temporary workaround for the lack of a proper AM_CONDITIONAL for X11...
... in the trunk
2004-06-26 12:45:28 +00:00
Yann Dirson
fe195c84fc added intl/ for platforms without proper gettext
added test message
2004-06-22 21:32:43 +00:00
Yann Dirson
ec18689e38 First stakes at gettext infrastructure 2004-06-21 20:44:20 +00:00
Pauli Manninen
feeffbba6b pumped version to 0.7.11-CVS
ran autoreconf
2004-06-21 00:16:21 +00:00