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 | adb51f0a910773024c7f6d8920e0211e4e35709f (patch) | |
tree | f3c832551426d48dcdd869ba4de69de3570f7e35 /configure.in | |
parent | e5e148d15bacc36f205aa49edea0fc53df2a38c0 (diff) | |
download | cygnal-adb51f0a910773024c7f6d8920e0211e4e35709f.tar.gz cygnal-adb51f0a910773024c7f6d8920e0211e4e35709f.tar.bz2 cygnal-adb51f0a910773024c7f6d8920e0211e4e35709f.zip |
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 d54842349..99606fc68 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 |