Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-05 | configure: Output project name. | Arun Isaac | |
* Makefile (project): Delete variable. * configure: Pass the kolam, the project name, to configure.scm. * configure.scm (processed-args): Capture the project name argument. Output project name in Makefile.include. | |||
2022-01-04 | configure: Provide wrapper shell script. | Arun Isaac | |
Guix's gnu-build-system invokes configure explicitly with bash. If configure was a guile script, this would fail. * configure: Rename to configure.scm and replace with shell wrapper. | |||
2022-01-03 | configure: Add configure script. | Arun Isaac | |
* configure: New file. |