aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2006-09-27 15:42:24 -0400
committerDJ Delorie <dj@gcc.gnu.org>2006-09-27 15:42:24 -0400
commitc394e8918d7d752d9f8a6aba037ab6c7647ab483 (patch)
tree5fd9d94587e7f740d10e8c6487204c913df3342e /configure.in
parentbcf640f76d83f5dcf813b5fca8075291872985eb (diff)
downloadgcc-c394e8918d7d752d9f8a6aba037ab6c7647ab483.zip
gcc-c394e8918d7d752d9f8a6aba037ab6c7647ab483.tar.gz
gcc-c394e8918d7d752d9f8a6aba037ab6c7647ab483.tar.bz2
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
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index d548423..99606fc 100644
--- a/configure.in
+++ b/configure.in
@@ -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