ref: 404f69bb599e57af8549c4a45a6cfd7eb946f3d0
parent: 87e11103d8784a031f27cf1012c484d147e59ff4
author: cbagwell <cbagwell>
date: Mon Sep 10 23:13:53 EDT 2007
Don't require "." to be in your path.
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -305,5 +305,5 @@
# would run the test suite, but an uninstalled libltdl build cannot
# currently load its formats and effects, so the checks would fail.
installcheck:
- tests.sh
- testall.sh
+ ./tests.sh
+ ./testall.sh
--
⑨