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.
This commit is contained in:
Dave Brolley 2006-09-27 16:20:49 +00:00
parent e5e148d15b
commit adb51f0a91
3 changed files with 8 additions and 2 deletions

View File

@ -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.

2
configure vendored
View File

@ -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

View File

@ -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