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/[EMAIL PROTECTED]/msg08005.html
for the gory details.

--

|  | /\
|-_|/  >   Eric Siegerman, Toronto, Ont.        [EMAIL PROTECTED]
|  |  /
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