summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2014-12-18Strip out CPU affinity hack.Simon Howard
This was added a long time ago, supposedly as a workaround for SDL_mixer issues. It's not clear that this ever properly solved the problem, and it seems unlikely that it's doing any good any more. Quasar has pointed out that it actually impedes performance, and some forks may want to use SMP (Strife: Veteran Edition had to remove it). This fixes #484 (thanks Quasar).
2014-10-22Bump version number to 2.1.0.Simon Howard
2014-06-12Add desktop entries for all the games, make the Setup launch genericMike Swanson
The same icon is used for all four games, even though it's designed to resemble Doom's logo and looks a bit silly with all of them lined up. Also the Setup Desktop Entry now only launches chocolate-setup, which then prompts for the game to configure. This avoids cluttering up a DE's Preferences menu, control panel, or however it will be displayed.
2014-03-26Add explicit check for libzFabian Greffrath
Fixes static linking and libpng won't link without it anyway.
2014-03-24Fix libpng detection for static librariesFabian Greffrath
2014-03-17Allow for PNG screenshots.Fabian Greffrath
2014-01-19configure: Add option to disable libsamplerate.Witold Pilat
Some distros don't like automagic dependencies. Fixes #315.
2013-12-10build: do not create an INSTALL fileJan Engelhardt
If the general-instruction INSTALL file is not desired, just specify so in AUTOMAKE_OPTIONS rather than fiddling with it in autogen.sh.
2013-12-09Bump version number to 2.0.0, make minor modifications to NEWS.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2762
2013-12-04Rename configure.in to configure.ac, to comply with modern autotoolsSimon Howard
guidelines. Subversion-branch: /branches/v2-branch Subversion-revision: 2758