Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2006-09-27 20:20:49 +0400
committerDave Brolley <brolley@redhat.com>2006-09-27 20:20:49 +0400
commitadb51f0a910773024c7f6d8920e0211e4e35709f (patch)
treef3c832551426d48dcdd869ba4de69de3570f7e35 /configure.in
parente5e148d15bacc36f205aa49edea0fc53df2a38c0 (diff)
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.in2
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