* Makefile.am (check-local): Set GUILE_LOAD_PATH so the tests can
authorJim Blandy <jimb@red-bean.com>
Tue, 31 Aug 1999 13:04:06 +0000 (13:04 +0000)
committerJim Blandy <jimb@red-bean.com>
Tue, 31 Aug 1999 13:04:06 +0000 (13:04 +0000)
find (ice-9 boot-9) when Guile was compiled in a separate
directory from the source.  (Thanks to Rodney Brown.)
* Makefile.in: Regenerated.

libguile/Makefile.am
libguile/Makefile.in

index 1e1cb07..b945106 100644 (file)
@@ -112,8 +112,8 @@ gh_test_repl_SOURCES = gh_test_repl.c
 gh_test_repl_LDADD = ${check_ldadd}
 
 check-local:
-       echo '(+ 1 2 3)' | ./gh_test_c; echo
-       echo '(+ 1 2 3)' | ./gh_test_repl; echo
+       echo '(+ 1 2 3)' | GUILE_LOAD_PATH=${top_srcdir}:.. ./gh_test_c; echo
+       echo '(+ 1 2 3)' | GUILE_LOAD_PATH=${top_srcdir}:.. ./gh_test_repl; echo
 
 EXTRA_DIST = ChangeLog-gh ChangeLog-scm ChangeLog-threads dynl-dl.c \
     dynl-dld.c dynl-shl.c dynl-vms.c DYNAMIC-LINKING cpp_signal.c cpp_errno.c \
index be19c69..6d4445c 100644 (file)
@@ -656,8 +656,8 @@ maintainer-clean-generic clean mostlyclean distclean maintainer-clean
 
 
 check-local:
-       echo '(+ 1 2 3)' | ./gh_test_c; echo
-       echo '(+ 1 2 3)' | ./gh_test_repl; echo
+       echo '(+ 1 2 3)' | GUILE_LOAD_PATH=${top_srcdir}:.. ./gh_test_c; echo
+       echo '(+ 1 2 3)' | GUILE_LOAD_PATH=${top_srcdir}:.. ./gh_test_repl; echo
 
 libpath.h: $(srcdir)/Makefile.in  $(top_builddir)/config.status
        @echo "Generating libpath.h..."