Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-20 | Some improvements to the build system | Fabian Greffrath | |
1) Instead of copying chocolate-setup into chocolate-{doom,heretic,hexen,strife}-setup, respectively, check in configure for symbolic linking and use that if available (falls back to "cp -pR" if not). 2) Add $(icons_DATA) to CLEANFILES so they get removed in clean phase; they are generated from doom-png and setup.png, respectively. 3) Consistently use @PROGRAM_PREFIX@ instead of the hard-coded "chocolate-" in the rules for the man pages. 4) Generate one man page for each setup program by symbolic linking of chocolate-setup.6 (see 1), add them to the list of installed man pages and to CLEANFILES. 5) Remove the redundant $(EXEEXT) suffix from the setup binaries (they were missing for execgames_PROGRAMS, anyway) | |||
2014-01-19 | configure: Add option to disable libsamplerate. | Witold Pilat | |
Some distros don't like automagic dependencies. Fixes #315. | |||
2013-12-10 | build: do not create an INSTALL file | Jan 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-09 | Bump version number to 2.0.0, make minor modifications to NEWS. | Simon Howard | |
Subversion-branch: /branches/v2-branch Subversion-revision: 2762 | |||
2013-12-04 | Rename configure.in to configure.ac, to comply with modern autotools | Simon Howard | |
guidelines. Subversion-branch: /branches/v2-branch Subversion-revision: 2758 |