From 54f85fc9ef316a355e432a7461aac36282742614 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Thu, 11 Aug 2016 22:50:17 -0400 Subject: Add 'sly' CLI program. * scripts/sly.in: New file. * sly/cli.scm: New file. * Makefile.am (SOURCES): Add it. * configure.ac: Process scripts/sly.in to produce sly executable. * pre-inst-env.in: Fix $PATH to include scripts directory. --- pre-inst-env.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pre-inst-env.in') diff --git a/pre-inst-env.in b/pre-inst-env.in index bf3588a..d33447a 100644 --- a/pre-inst-env.in +++ b/pre-inst-env.in @@ -24,7 +24,7 @@ GUILE_LOAD_COMPILED_PATH="$abs_top_builddir${GUILE_LOAD_COMPILED_PATH:+:}$GUILE_ GUILE_LOAD_PATH="$abs_top_builddir:$abs_top_srcdir${GUILE_LOAD_PATH:+:}:$GUILE_LOAD_PATH" export GUILE_LOAD_COMPILED_PATH GUILE_LOAD_PATH -PATH="$abs_top_builddir:$PATH" +PATH="$abs_top_builddir/scripts:$PATH" export PATH SLY_DATADIR="$abs_top_builddir/data" -- cgit v1.2.3