forked from Imagelibrary/binutils-gdb
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user