summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2006-09-27 16:20:49 +0000
committerDave Brolley <brolley@redhat.com>2006-09-27 16:20:49 +0000
commit6b89cc2108a525fdc4186bae5365acc258e9c23c (patch)
treea0d94d631c3bac331cf6f08e2404f99c42a0b381
parent7c481d1e7ddba0e3474126a100c62a98f9cf05f6 (diff)
downloadbinutils-gdb-6b89cc2108a525fdc4186bae5365acc258e9c23c.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.
-rw-r--r--ChangeLog6
-rwxr-xr-xconfigure2
-rw-r--r--configure.in2
3 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index a61c62b5794..845fa52a05a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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.
+
2006-09-26 Ben Elliston <bje@au.ibm.com>
* config.sub, config.guess: Update from upstream sources.
diff --git a/configure b/configure
index 644f699c792..8f4b9e89050 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
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