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
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')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 644f699c7..8f4b9e890 100755
--- a/configure
+++ b/configure
@@ -3769,7 +3769,7 @@ test -n "$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