485 Commits

Author SHA1 Message Date
Pauli Nieminen
6c7e4be8d5 Fixed boost configure not to add iostreams to global varaibles
Added dev-cpp unit test project file
2008-01-22 09:28:36 +00:00
Eric S. Raymond
5f941bd9d0 Comment fix. 2008-01-21 19:26:56 +00:00
Eric S. Raymond
5940ee4b87 Improve the GCC version test, check for >= 3.3. 2008-01-21 17:19:45 +00:00
Eric S. Raymond
c5d91aff48 Address bug #10839. 2008-01-21 17:04:40 +00:00
Pauli Nieminen
7590703aa9 Fixed boost.test configuration not to mess with other targets 2008-01-15 09:45:10 +00:00
Pauli Nieminen
31149382f9 Now tested and working with boost test 1.33.1 & 1.34.1 2008-01-13 23:23:49 +00:00
Pauli Nieminen
c2cbf186e8 Made tests back to disabled as default 2008-01-13 20:48:02 +00:00
Pauli Nieminen
22ab47d3ee Fixed boost test compilation with 1.34.1 2008-01-13 19:22:09 +00:00
Nils Kneuper
5861fc5858 post release version bump 2008-01-13 17:08:02 +00:00
Nils Kneuper
9ab3d191eb bumped version to 1.3.14
changing the campaignserverport to a different one will follow in some secs
2008-01-13 13:14:50 +00:00
Nils Kneuper
87389af10e really do address bug #10747
python itself should default to active, installtion of the tools
should default to inactive
2008-01-12 17:14:38 +00:00
Eric S. Raymond
8e714dd966 Installing Python supporrt defaults to off.
Addresses bug #10747.
2008-01-12 16:43:35 +00:00
Eric S. Raymond
6375a97a27 Revert the attempt to use ac_python_devel.m4. 2008-01-12 16:34:05 +00:00
Eric S. Raymond
a2b609c57f Fix the docstring for --enable-tools. 2008-01-11 12:29:51 +00:00
Eric S. Raymond
366b085b97 This is the change which will restore putting the right Solaris libs...
in place if the ac_python_devel.m4 maintainers generate the
references.
2008-01-11 04:50:25 +00:00
Eric S. Raymond
f4f7def4b2 Remove an unneeded flag reference. 2008-01-11 04:16:05 +00:00
Eric S. Raymond
9a2ff65d44 With ac_python_devel.m4 having taken over path computation.
some cruft can be discarded, make install works.
2008-01-11 04:00:05 +00:00
Eric S. Raymond
aa005a20a0 ac_python_devel.m4 takes over path computation.
make install works.
2008-01-11 03:13:25 +00:00
Eric S. Raymond
83c2baee99 Do the Python version check to the one in ac_python_devel.m4.
make install works.
2008-01-11 02:53:25 +00:00
Eric S. Raymond
a25a832e01 make install still works. 2008-01-10 23:18:17 +00:00
Eric S. Raymond
2125ea0cb9 Re-simplification. make install works. 2008-01-10 23:09:30 +00:00
Eric S. Raymond
d6317e9315 Emergency reversion of changes that broke "make install" 2008-01-10 22:42:04 +00:00
Eric S. Raymond
1813e535e0 Further simplification of autotools Python library detection.
This has the effect of pushing bug #8635 upstream to the 
maintainers of ac_python_devel.m4; I have notified them
of the Solaris port issue.
2008-01-10 14:56:55 +00:00
Eric S. Raymond
c18114a09c Simplify Python detection. 2008-01-10 14:29:58 +00:00
Eric S. Raymond
6ddf569495 Adapt autotools machinery to use AC_PYTHON_DEVEL().
This does not solve bug #8635 yet, but is a long step towards it.
2008-01-10 14:23:34 +00:00
Nils Kneuper
7f81ea2b1a correct autoconf version needed to 2.60 instead of 2.61 (bug #10636)
version 2.60 does work on OSX and is the latest version available
there via fink it should also work for all other supported platforms
2008-01-03 20:45:03 +00:00
Mark de Wever
27c7fdccc7 We tested for autoconf 2.57, but 2.61 is required for the boost macros.
So bumped the version (bug #10636).
2008-01-02 08:39:12 +00:00
Mark de Wever
12b0edcf7e Remove support for maps without a header 2007-12-29 12:39:12 +00:00
Mark de Wever
95c5e4b8ff Remove unused default server definitions. 2007-12-29 09:24:26 +00:00
Nils Kneuper
921461983b post release version bump to 1.3.13+svn 2007-12-28 23:34:59 +00:00
Nils Kneuper
85817bde72 bump version to 1.3.13 2007-12-28 21:23:28 +00:00
Mark de Wever
8342b2443c Added test case for the new boost test requirement when --enable-tests is used 2007-12-21 20:46:43 +00:00
Karol Nowak
a801497d8e Add a configure switch to enable building of unit tests. 2007-12-20 22:36:53 +00:00
Nils Kneuper
4319086c47 get 'The Hammer of Thursagan' (THoT) ready for translations 2007-12-15 13:40:20 +00:00
Gunter Labes
ebfe9b0ca8 change the default server to tuxfamily for now 2007-12-10 13:14:56 +00:00
Mark de Wever
accdbb5c0f Removed the USE_GZIP ifdefs,...
...everything except the editor now needs the boost library. Since the
odds of only compiling the editor is slim so removed it.

The -DUSE_GZIP flag is thus no longer needed.
2007-12-08 18:01:05 +00:00
Mark de Wever
e265e9f3a0 Bump boost dependency to 1.33, versions before aren't tested and may not work. 2007-12-08 17:37:12 +00:00
Eric S. Raymond
631a33d170 Address bug #10419.
Having reviewed the way it's used, I don't believe using it will make Wesnoth a 
derivative work of boost.m4, so v3 terms will not propagate to the 
rest of the code.  (Obligatory note: I am not a lawyer.)

This is an issue we'll face again when and if autotools goes v3.
2007-12-07 16:28:11 +00:00
Mark de Wever
085a6a1ef6 Made the requirement of gzip and boost_iostream only mandatory...
...if the game is compiled. It doesn't work properly yet since the
boost detection hasn't been added yet, once done it will work
properly.
2007-12-05 19:20:14 +00:00
Eric S. Raymond
516c6c2a8b Address bug #10440: presence of optipng not checked in configure. 2007-12-03 03:45:57 +00:00
Nils Kneuper
4adbb190b2 post release version bump to 1.3.12+svn 2007-11-30 22:41:39 +00:00
Mark de Wever
e3047c9ab4 Added the initial code for the gzip compression.
The game can now compress and decompress savegames. This requires the
extra dependency of boost iostreams.  configure.ac hasn't been
modified to detect this, but a FR will be filed to make that happen.
2007-11-30 20:31:52 +00:00
Nils Kneuper
6744eae7fc version bump to prepare for 1.3.12 2007-11-30 18:16:53 +00:00
Nils Kneuper
ec86dbdbd3 post release version bump 2007-11-19 19:29:07 +00:00
Nils Kneuper
a45a3f25c0 version bump to 1.3.11, planning to release in 2h 2007-11-19 11:24:29 +00:00
Eric S. Raymond
516c7af098 Second try at the neew config option. 2007-11-19 02:53:47 +00:00
Eric S. Raymond
1066f2d047 Attempt at the --enable-raw-sockets option Soliton wanted. 2007-11-19 02:36:46 +00:00
Nils Kneuper
ec05b68982 post tagging version bump 2007-11-09 22:48:53 +00:00
Nils Kneuper
ea2af41995 version bump to 1.3.10 2007-11-09 20:42:50 +00:00
Gunter Labes
8fd888531c correctly update the comment clarification 2007-10-16 07:49:13 +00:00