From d68dc8541cbcc3d04b43bdad8bed5718d18b4676 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Sun, 25 Apr 2021 23:43:47 +0530 Subject: Set path to guile in shebang from configure. * configure.ac: Generate scripts/ccwl. * scripts/ccwl: Rename to ... * scripts/ccwl.in: ... this. Set path to guile in shebang as an autoconf substitution. --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 2e1f1fe..531b29c 100644 --- a/configure.ac +++ b/configure.ac @@ -26,4 +26,5 @@ GUILE_PROGS AC_CONFIG_FILES([Makefile]) AC_CONFIG_FILES([pre-inst-env], [chmod +x pre-inst-env]) +AC_CONFIG_FILES([scripts/ccwl], [chmod +x scripts/ccwl]) AC_OUTPUT -- cgit v1.2.3