aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorArun Isaac2022-01-05 15:33:06 +0530
committerArun Isaac2022-01-05 15:47:40 +0530
commit870ab7dba04afe86d8ff4a0b8434add416539ade (patch)
tree1682500a032f73a0ff0036af83f37c7894847664 /configure
parent8945df6697ce1be5bbab0a752e8ddc440f96d2c3 (diff)
downloadkolam-870ab7dba04afe86d8ff4a0b8434add416539ade.tar.gz
kolam-870ab7dba04afe86d8ff4a0b8434add416539ade.tar.lz
kolam-870ab7dba04afe86d8ff4a0b8434add416539ade.zip
configure: 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.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 25eeb93..af1791d 100755
--- a/configure
+++ b/configure
@@ -19,4 +19,4 @@
# License along with kolam. If not, see
# <http://www.gnu.org/licenses/>.
-guile --no-auto-compile configure.scm "$@"
+guile --no-auto-compile configure.scm kolam "$@"