summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2025-03-01Rename the program from ManaPlus to ManaVerse.jak11-3/+3
2025-03-01Rename --without-manaversegame to --without-gameclientFedja Beader1-7/+7
This makes the most sense, I think. Jes agrees, too.
2025-02-27Rename --without-manaplusgame to --without-manaversegamejak11-8/+8
Split off from !45: Rename the program from ManaPlus to ManaVerse.
2025-02-22Set C++11 as default C++ standardFedja Beader1-1/+1
Autoconf manual states that CXXFLAGS is a user variable and should not be overriden, so I did not use AX_APPEND_COMPILE_FLAGS for this. Thus, there are no checks if the compiler supports it, but also the builder can override this flag by passing another flag that overrides it on the command line. Okay, this is now way too theoretical. Indeed, the override happens with ./configure 'CXXFLAGS=-std=c++17' (both flags in final command line) Do note: - The standard was not explicitly set for some builds (thus compiler default was used) - The default on my own box is C++17 - I'm setting C++11 as that's required by my previous change. Upgrade to C++17 is deferred to until it becomes required. - The use of CPPFLAGS could be reviewed... they may be used incorrectly (instead of CXXFLAGS). I would really like to get all the builders going before requirements are raised. - CI cleanup would be nice - wish 4144 would return. **** mana/plus!128
2024-09-08Quote all the variable expansionsFedja Beader1-60/+60
Squashed with: * More quoting, but these are likely unnecessary [^"x]$[a-zA-Z] [^"]x$[a-zA-Z] **** mana/plus!98
2024-08-22POSIX test does not support ==Fedja Beader1-42/+42
Reported by Skyflare **** mana/plus!97
2024-02-16Remove data/evolFedja Beader1-3/+0
Co-Authored-By: jak1 <jak1@themanaworld.org> Co-Authored-By: jesusalva <jesusalva@themanaworld.org> Co-Authored-By: Fedja Beader <fedja@protonmail.ch>
2024-02-10Clarify that dyecmd is a tooljak11-1/+1
Commit reviewed and changed by jesusalva and specing
2022-11-01Remove versioning (1.9.3.23 -> 1.0)Jesusaves1-1/+1
2019-06-10Add chat command /trimmemory for force trim freed memoryAndrei Karas1-0/+1
2019-05-31Fix compilation warnings with new mesa and SDL 1.2Andrei Karas1-0/+34
Add workaround to fix SDL redefine bug.
2019-03-23Change version to 1.9.3.23Andrei Karas1-1/+1
2018-12-08Change version to 1.8.12.8.Andrei Karas1-1/+1
2018-09-26Fix cross compilation issue in configure.acAndrei Karas1-1/+0
2018-09-01Change version to 1.8.9.1Andrei Karas1-1/+1
2018-06-11Add cross compilation fix by Helmut Grohne <helmut@subdivi.de>.s20180614Andrei Karas1-0/+1
Related issue https://bugs.debian.org/901221
2018-05-22Add configure option for enable/disable accepting password from command line.Andrei Karas1-0/+13
2018-05-05Remove support for CILK plus.Andrei Karas1-11/+0
2018-04-14Change version to 1.8.4.14v1.8.4.14s20180417Andrei Karas1-1/+1
2018-02-17Change verstion to 1.8.2.17.v1.8.2.17Andrei Karas1-1/+1
2017-11-11Change version to 1.7.11.11.v1.7.11.11Andrei Karas1-1/+1
2017-11-04Add workaround for fix compilation with tinyxml2 from master branch.s20171107Andrei Karas1-0/+57
In tinyxml2 was unversioned api breakage in master branch.
2017-10-28Change verstion to 1.7.10.28.v1.7.10.28Andrei Karas1-1/+1
2017-10-25Add configure options for build only tests binary with system catch and doctest.Andrei Karas1-1/+19
2017-10-25Add configure options for build with system catch and doctest.Andrei Karas1-1/+19
2017-10-14Change verstion to 1.7.10.14.v1.7.10.14Andrei Karas1-1/+1
2017-10-10Fix configure option --with-unittestsdir.Andrei Karas1-7/+8
2017-10-09Add support for configure parameter for override home dir for unit tests.Andrei Karas1-0/+9
New configure parameter: --with-unittestsdir=path
2017-09-30Change version to 1.7.9.30.v1.7.9.30Andrei Karas1-1/+1
2017-09-16Change version to 1.7.9.16.Andrei Karas1-1/+1
2017-09-06Fix and update internal sdl2_gfx files.Andrei Karas1-3/+7
Used by default in SDL2 builds.
2017-09-02Change version to 1.7.9.2.Andrei Karas1-1/+1
2017-08-31Add jewelry theme clone with name jewelry-simple.Andrei Karas1-0/+1
2017-08-19Change verstion to 1.7.8.19.Andrei Karas1-1/+1
2017-08-05Change verstion to 1.7.8.5.Andrei Karas1-1/+1
2017-07-22Change version to 1.7.7.22.v1.7.7.22Andrei Karas1-1/+1
2017-07-13Add mse libs for replacing std::vector.Andrei Karas1-0/+13
Also add configure flag --enable-stldebug For now unused.
2017-07-08Change verstion to 1.7.7.8Andrei Karas1-1/+1
2017-07-06Fix icu-59 and libxml2 issue.Andrei Karas1-2/+7
2017-07-04Add possible workaround into configure for broken libxml2 or/and icu.Andrei Karas1-2/+13
Some icu versions allow only C++11 compilation, but libxml2 not adding this flags.
2017-06-24Change verstion to 1.7.6.24.v1.7.6.24Andrei Karas1-1/+1
2017-06-10Change version to 1.7.6.10.v1.7.6.10Andrei Karas1-1/+1
2017-05-27Change version to 1.7.5.27.v1.7.5.27Andrei Karas1-1/+1
2017-05-19Allow select catch or doctest in unit tests binary only compilation.Andrei Karas1-2/+18
2017-05-18Add support for additional unit test library doctest.Andrei Karas1-2/+18
2017-05-13Change version to 1.7.5.14.Andrei Karas1-1/+1
2017-04-29Change version to 1.7.4.29.v1.7.4.29Andrei Karas1-1/+1
2017-04-25Add configure option --enable-openglerrors for report OpenGL errors on ↵Andrei Karas1-0/+13
legacy drivers. This option slow down execution, but can be usefull for debugging.
2017-04-15Change verstion to 1.7.4.15.Andrei Karas1-1/+1
2017-04-01Change version to 1.7.4.1v1.7.4.1Andrei Karas1-1/+1