summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Bump to version 0.8.0.v0.8.0David Thompson2022-10-231-1/+1
|
* Bump version to 0.7.0.David Thompson2021-09-231-1/+1
|
* configure: Improve search for Guile executables.David Thompson2021-05-051-0/+1
| | | | | | | | I was having this weird issue where, despite Guile from Guix being on $PATH, the configure script was detecting the Guile executable installed in /usr/bin. Adding this AC_PATH_PROG line fixes the problem, and the environment created by `guix environment -l guix.scm` behaves as expected.
* Bump version to 0.6.0.v0.6.0David Thompson2021-04-131-1/+1
|
* Bump to version 0.5.0.v0.5.0David Thompson2020-04-071-2/+2
|
* Automagically detect SDL2_image, SDL2_ttf, SDL2_mixer library directories.David Thompson2020-04-071-132/+41
|
* Bump to version 0.4.0.David Thompson2019-06-021-1/+1
|
* Bump to version 0.3.1.v0.3.1David Thompson2018-10-161-1/+1
|
* configure: Accept Guile 3.0.David Thompson2018-10-031-1/+1
|
* Bump to version 0.3.0.David Thompson2018-07-101-1/+1
|
* Bump to version 0.2.0.David Thompson2016-12-311-1/+1
|
* Bump version to 0.1.2.David Thompson2016-06-011-1/+1
|
* Allow building with Guile 2.2.David Thompson2016-02-101-1/+2
|
* Bump to v0.1.1.v0.1.1David Thompson2016-01-011-1/+1
|
* Change version to 0.1.0.David Thompson2015-12-221-1/+1
|
* build: Add SDL2_mixer detection.David Thompson2015-12-171-0/+38
|
* build: Add SDL2_ttf detection.David Thompson2015-12-161-0/+38
|
* build: Add SDL2_image detection.David Thompson2015-12-161-0/+41
|
* Initial commit.David Thompson2015-10-061-0/+57
Let's do this!