automake
[Top][All Lists]
Advanced

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

Re: Question about common_files


From: Eric Siegerman
Subject: Re: Question about common_files
Date: Wed, 7 Jan 2004 17:29:43 -0500
User-agent: Mutt/1.2.5i

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/address@hidden/msg08005.html
for the gory details.

--

|  | /\
|-_|/  >   Eric Siegerman, Toronto, Ont.        address@hidden
|  |  /
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




reply via email to

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