diff options
author | Dave Brolley <brolley@redhat.com> | 2006-09-27 16:20:49 +0000 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2006-09-27 16:20:49 +0000 |
commit | 6b89cc2108a525fdc4186bae5365acc258e9c23c (patch) | |
tree | a0d94d631c3bac331cf6f08e2404f99c42a0b381 /configure.in | |
parent | 7c481d1e7ddba0e3474126a100c62a98f9cf05f6 (diff) | |
download | gdb-6b89cc2108a525fdc4186bae5365acc258e9c23c.zip gdb-6b89cc2108a525fdc4186bae5365acc258e9c23c.tar.gz gdb-6b89cc2108a525fdc4186bae5365acc258e9c23c.tar.bz2 |
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.
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 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 |