aboutsummaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Expand)Author
2022-01-05configure: Output project name.•••* 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. Arun Isaac
2022-01-04configure: Provide wrapper shell script.•••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. Arun Isaac
2022-01-03configure: Add configure script.•••* configure: New file. Arun Isaac