diff options
author | dj <dj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-09-27 19:42:24 +0000 |
---|---|---|
committer | dj <dj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-09-27 19:42:24 +0000 |
commit | 8d365775662c72faafe7a43a28b8894364ae1734 (patch) | |
tree | 5fd9d94587e7f740d10e8c6487204c913df3342e /configure.in | |
parent | cdb1295a71a64755c39d8f4e7b0354c10d16398a (diff) | |
download | gcc-8d365775662c72faafe7a43a28b8894364ae1734.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117256 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index d548423497a..99606fc686f 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 |