This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Question about common_files


On Wed, Jan 07, 2004 at 09:15:58PM +0000, Lars Hecking wrote:
>  Question: how does automake know that [install-sh etc.] are in the parent directory?
>  Does it always check the parent directory for such files?

It searches the AC_CONFIG_AUX_DIR directories.

For standalone distributions of the subpackage to be buildable,
you have to defeat this behaviour (or rather, you had to do so
the last time I tried it), by:
	AC_CONFIG_AUX_DIR([.])

See http://www.mail-archive.com/autoconf@gnu.org/msg08005.html
for the gory details.

--

|  | /\
|-_|/  >   Eric Siegerman, Toronto, Ont.        erics@telepres.com
|  |  /
It must be said that they would have sounded better if the singer
wouldn't throw his fellow band members to the ground and toss the
drum kit around during songs.
	- Patrick Lenneau



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]