> 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_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".