2006-09-27 Dave Brolley <brolley@redhat.com>

* configure.in (RUNTEST): Look for 'runtest' in the source tree by using
        $s instead of $r.
        * configure: Regenerated.
This commit is contained in:
Dave Brolley
2006-09-27 16:20:49 +00:00
parent e5e148d15b
commit adb51f0a91
3 changed files with 8 additions and 2 deletions

2
configure vendored
View File

@ -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