summaryrefslogtreecommitdiff
path: root/env.in
diff options
context:
space:
mode:
authorDavid Thompson <davet@gnu.org>2015-06-10 08:37:53 -0400
committerDavid Thompson <davet@gnu.org>2015-06-10 08:37:53 -0400
commit2da5fd711f8f54536af009487b92eab4fc41199f (patch)
tree5119c835abf03e43184ea8881cc09c2726c3456c /env.in
parente5555db911dbe6394d9ecbd2412bf1da3078ee02 (diff)
Clean up build system.
Diffstat (limited to 'env.in')
-rw-r--r--env.in14
1 files changed, 0 insertions, 14 deletions
diff --git a/env.in b/env.in
deleted file mode 100644
index db507ca..0000000
--- a/env.in
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-GUILE_LOAD_PATH=@abs_top_srcdir@:$GUILE_LOAD_PATH
-if test "@abs_top_srcdir@" != "@abs_top_builddir@"; then
- GUILE_LOAD_PATH=@abs_top_builddir@:$GUILE_LOAD_PATH
-fi
-GUILE_LOAD_COMPILED_PATH=@abs_top_builddir@:$GUILE_LOAD_PATH
-PATH=@abs_top_builddir@/bin:$PATH
-
-export GUILE_LOAD_PATH
-export GUILE_LOAD_COMPILED_PATH
-export PATH
-
-exec "$@"