Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-30 | Map Guile variable objects to the empty string. | Paul Smith | 1 | -0/+1 | |
In Guile 2.0, (define ...) results in a variable object. Ensure make converts that to an empty string to avoid spurious errors. | |||||
2012-01-29 | Guile portability | Paul Smith | 1 | -2/+1 | |
Don't support Guile 1.6 and use a portable test for printable strings. | |||||
2012-01-16 | Update copyright notices. | Paul Smith | 1 | -1/+1 | |
2012-01-15 | Add GNU Guile as an optional embedded scripting language for make. | Paul Smith | 1 | -0/+57 | |
On configure-enabled systems, configure will detect Guile installed (using pkg-config, which is how GNU Guile is distributed) and enable it if so. On all non-configure-enabled systems, currently, the default is for Guile support to be disabled. |