configure.in (RUNTEST): Look for 'runtest' in the source tree by using $s instead of $r.

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.

From-SVN: r117256
This commit is contained in:
Dave Brolley 2006-09-27 15:42:24 -04:00 committed by DJ Delorie
parent bcf640f76d
commit c394e8918d
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
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.
2006-09-26 Thiemo Seufer <ths@mips.com>
* configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise

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

View File

@ -2252,7 +2252,7 @@ esac
AC_CHECK_PROGS(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