Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removed deprecated stuff | Alexander Sulfrian | 2013-01-05 | 1 | -58/+0 |
| | |||||
* | FreeBSD compatibility fixes: | tobigun | 2008-09-09 | 1 | -0/+4 |
| | | | | | | | | - libpng -> libpng12 - arithmetic expressions with no argument do not work $(()) -> check for empty minor/major/release version added (error occurred with portaudio. The version is simply 19) - duplicates in linker flags removed (-L...) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1356 b956fd51-792f-4845-bead-9b4dfca2ff2c | ||||
* | - better conformance of Makefiles to GNU coding standards | tobigun | 2008-09-09 | 1 | -0/+54 |
- bindir/prefix, etc. can be changed anytime make is performed and is not hardcoded on configure time anymore - paths are written to the intermediate paths.inc file (instead of config-xyz.inc) - binary is not stripped anymore - fpc.m4 rewrite - additional options like heaptrace, range-checks - noexecstack workaround - some more changes - configure.ac helper functions moved to ax_ectract_version.m4 and pkg_config_utils.m4 - some icons moved from artwork to icons git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1351 b956fd51-792f-4845-bead-9b4dfca2ff2c |