autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Paul Eggert
Subject: Re: install-sh not found when AC_CONFIG_AUX() used
Date: Thu, 11 Jul 2002 23:20:49 -0700 (PDT)

> From: Glenn McGrath <address@hidden>
> 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_CONFIG_AUX_DIR ?

Yes it does, and it works for me.

Sounds like you've got an out-of-date "configure" that expects
install-sh to be in . rather than in ./buildtools.  Try running
"autoconf" to bring "configure" up-to-date".  Then run "configure".



reply via email to

[Prev in Thread] Current Thread [Next in Thread]