This is the mail archive of the xconq7@sourceware.cygnus.com mailing list for the Xconq project.


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

Re: configure problems in xc7.1.89



   From: Anthony Veale <veale@casa.colorado.edu>
   Date: Tue, 11 Feb 1997 14:55:43 -0700 (MST)

   I think this is probably a global problem, though I've only tested on
   Solaris 2.5.1.

   In kernel/configure.in, the line:

   host_makefile_frag=`${srcdir}/../config.host ${host} ..`
							^^
   is still using a second argument to config.host which no longer uses
   it.  The configure.in files in the other subdirectories are the same.

Whoops, a little overhasty cuttin'-n-pastin' when I updated the configury.
config.host must use its second argument to get pathnames right.  Here's
the patch to apply:

*** config.host~        Mon Jan 20 20:27:53 1997
--- config.host Wed Feb 12 20:13:25 1997
***************
*** 40,43 ****
    *-*-sysv*)              host_makefile_frag=config/mh-sysv ;;
  esac
  
! echo $host_makefile_frag
--- 40,43 ----
    *-*-sysv*)              host_makefile_frag=config/mh-sysv ;;
  esac
  
! echo $2/$host_makefile_frag






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