[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
install-sh not found when AC_CONFIG_AUX() used
From: |
Glenn McGrath |
Subject: |
install-sh not found when AC_CONFIG_AUX() used |
Date: |
Fri, 12 Jul 2002 12:36:57 +1000 |
I want to keep the root dir of my project as clean as possible so im
trying to use a seperate directory for the autotool scripts.
In my configure.ac i have
AC_CONFIG_AUX_DIR(./buildtools)
I do the following to add the required autotools files
$ automake --add-missing
configure.ac: installing `./buildtools/install-sh'
configure.ac: installing `./buildtools/mkinstalldirs'
configure.ac: installing `./buildtools/missing'
Makefile.am: installing `./INSTALL'
Makefile.am: installing `./COPYING'
src/Makefile.am: installing `./buildtools/compile'
src/Makefile.am: installing `./buildtools/depcomp'
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 ?
Im using automake 1.6.2 and autoconf 2.53 on debian unstable (sid).
Glenn
- install-sh not found when AC_CONFIG_AUX() used,
Glenn McGrath <=
- Re: install-sh not found when AC_CONFIG_AUX() used, Paul Eggert, 2002/07/12
- Re: install-sh not found when AC_CONFIG_AUX() used, Tom Tromey, 2002/07/12
- Re: install-sh not found when AC_CONFIG_AUX() used, Glenn McGrath, 2002/07/12
- Aha... AC_CONFIG_AUX_DIR has to be used before AM_INIT_AUTOMAKE, Glenn McGrath, 2002/07/12
- correctly using -R for X tests?, mcmahill, 2002/07/13
- configure.lineno leftover?, mcmahill, 2002/07/16
- Re: configure.lineno leftover?, Akim Demaille, 2002/07/19
- Re: configure.lineno leftover?, Patrick Welche, 2002/07/23
- Re: configure.lineno leftover?, Patrick Welche, 2002/07/23