From 6b89cc2108a525fdc4186bae5365acc258e9c23c Mon Sep 17 00:00:00 2001 From: Dave Brolley Date: Wed, 27 Sep 2006 16:20:49 +0000 Subject: 2006-09-27 Dave Brolley * configure.in (RUNTEST): Look for 'runtest' in the source tree by using $s instead of $r. * configure: Regenerated. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 644f699..8f4b9e8 100755 --- a/configure +++ b/configure @@ -3769,7 +3769,7 @@ test -n "$RUNTEST" || RUNTEST="runtest" case " $configdirs " in *" dejagnu "*) - test $host = $build && RUNTEST='$$r/$(HOST_SUBDIR)/dejagnu/runtest' + test $host = $build && RUNTEST='$$s/$(HOST_SUBDIR)/dejagnu/runtest' ;; esac -- cgit v1.1