pre-inst-env.in 657 B

12345678910111213141516
  1. #!/bin/sh
  2. abs_top_srcdir="`cd "@abs_top_srcdir@" > /dev/null; pwd`"
  3. abs_top_builddir="`cd "@abs_top_builddir@" > /dev/null; pwd`"
  4. export GUILE_LOAD_COMPILED_PATH="$abs_top_builddir/module${GUILE_LOAD_COMPILED_PATH:+:}$GUILE_LOAD_COMPILED_PATH"
  5. export GUILE_LOAD_PATH="$abs_top_builddir/module:$abs_top_srcdir/module${GUILE_LOAD_PATH:+:}$GUILE_LOAD_PATH"
  6. export HOOT_JS_RUNNER_DIR="$abs_top_srcdir/js-runner"
  7. export HOOT_REFLECT_JS_DIR="$abs_top_srcdir/reflect-js"
  8. export HOOT_REFLECT_WASM_DIR="$abs_top_builddir/reflect-wasm"
  9. export HOOT_STDLIB_PATH="$abs_top_builddir/lib:$abs_top_srcdir/lib"
  10. export HOOT_TEST_DATA_DIR="$abs_top_srcdir/test"
  11. exec "$@"