Add infrastructure for static files, etc
[mudsync.git] / env.in
diff --git a/env.in b/env.in
deleted file mode 100644 (file)
index a681bdc..0000000
--- a/env.in
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-## Also borrowed from guile-opengl, which is GPLv3+
-
-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 "$@"