This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Commit patched runtest.exp


Hi Guys,

  Well I have not heard back from Rob Savoye about my patch to
  runtest.exp so I am going to go ahead and check it into the
  sourceware sources anyway.

Cheers
        Nick

2002-06-28  Nick Clifton  <nickc@cambridge.redhat.com>

	* runtest.exp: Extend search path for config.guess to include
	$libdir/../../libexec.  This is where an install from the top
	level build directory will place it, because the top level
	Makefile overrides the definition of $(libexecdir).

Index: dejagnu/runtest.exp
===================================================================
RCS file: /cvs/src/src/dejagnu/runtest.exp,v
retrieving revision 1.8
diff -c -3 -p -w -r1.8 runtest.exp
*** dejagnu/runtest.exp	21 Apr 2002 08:46:47 -0000	1.8
--- dejagnu/runtest.exp	28 Jun 2002 07:37:09 -0000
*************** unset arg_host_triplet arg_build_triplet
*** 677,683 ****
  
  if [expr  { $build_triplet == ""  &&  $host_triplet == ""} ] {
      # find config.guess
!     foreach dir "$libdir $libdir/libexec $libdir/.. $execpath $srcdir $srcdir/.. $srcdir/../.." {
  	verbose "Looking for ${dir}/config.guess" 2
  	if [file exists ${dir}/config.guess] {
  	    set config_guess ${dir}/config.guess
--- 677,683 ----
  
  if [expr  { $build_triplet == ""  &&  $host_triplet == ""} ] {
      # find config.guess
!     foreach dir "$libdir $libdir/libexec $libdir/.. $libdir/../../libexec $execpath $srcdir $srcdir/.. $srcdir/../.." {
  	verbose "Looking for ${dir}/config.guess" 2
  	if [file exists ${dir}/config.guess] {
  	    set config_guess ${dir}/config.guess


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]