Re: install-sh not found when AC_CONFIG_AUX() used

2002-07-12 Thread Glenn McGrath
On 12 Jul 2002 10:22:05 -0600 "Tom Tromey" <[EMAIL PROTECTED]> wrote: > It sounds like there may be an ordering problem. > I think we may still fail to diagnose some of those. > We'll need more information. The output of configure from the > beginning through the error might be sufficient. To k

Re: install-sh not found when AC_CONFIG_AUX() used

2002-07-12 Thread Tom Tromey
> "Glenn" == Glenn McGrath <[EMAIL PROTECTED]> writes: Glenn> In my configure.ac i have Glenn> AC_CONFIG_AUX_DIR(./buildtools) Glenn> then when i run ./configure i get Glenn> configure: error: cannot find install-sh or install.sh in . ./.. ./../.. It sounds like there may be an ordering pro

Re: install-sh not found when AC_CONFIG_AUX() used

2002-07-11 Thread Glenn McGrath
On Thu, 11 Jul 2002 23:20:49 -0700 (PDT) "Paul Eggert" <[EMAIL PROTECTED]> wrote: > > From: Glenn McGrath <[EMAIL PROTECTED]> > > Date: Fri, 12 Jul 2002 12:36:57 +1000 > > > > AC_CONFIG_AUX_DIR(./buildtools) > > ... then when i run ./configure i get > > configure: error: cannot find install-sh o

Re: install-sh not found when AC_CONFIG_AUX() used

2002-07-11 Thread Paul Eggert
> From: Glenn McGrath <[EMAIL PROTECTED]> > Date: Fri, 12 Jul 2002 12:36:57 +1000 > > AC_CONFIG_AUX_DIR(./buildtools) > ... then when i run ./configure i get > configure: error: cannot find install-sh or install.sh in . ./.. ./../.. > Shouldnt configure be looking in the dir specified by AC_CONFI