(forw) Re: your reported configure problem

Jeffrey A Law law@cygnus.com
Wed Oct 14 00:43:00 GMT 1998


  In message < rzqg1cthbno.fsf@djlvig.dl.ac.uk >you write:
  > >>>>> "Jeff" == Jeffrey A Law <law@cygnus.com> writes:
  > 
  >  Jeff> If that's what it requires, then we need to look for a
  >  Jeff> different solution.  We only want one install-sh and config.sub
  >  Jeff> in the tree.
  > 
  > Then I think either libf2c/configure.in needs changing or the multilib
  > gubbins needs to take care of it somehow for building in the source
  > tree.  I don't know what should happen.
Maybe something like this from libio/config.shared:

case "$srcdir" in
  /*) echo 'INSTALL = $(srcdir)'/"${TO_TOPDIR}install-sh -c" ;;
  .)  echo 'INSTALL = $${rootme}'"${with_multisrctop}${TO_REAL_TOPDIR}install-sh
 -c" ;;
  *)  echo 'INSTALL = $${rootme}$(srcdir)'/"${TO_TOPDIR}install-sh -c" ;;
esac

Presumably we do that somewhere in configure.in and the right thing will
happen.


jeff



More information about the Gcc-bugs mailing list