>>>>> "Richard" == Richard Boulton <[EMAIL PROTECTED]> writes:

Richard> To expand a little: we have a project called evolution, with
Richard> a subproject in evolution/libical, with its own configure.in.
Richard> Within the libical project, ylwrap is needed.  automake -a
Richard> puts a ylwrap in the evolution directory, but not in the
Richard> evolution/libical directory.  However, the path to ylwrap
Richard> within libical is the path to the evolution/libical
Richard> directory.

Right now you have to use an explicit AC_CONFIG_AUX_DIR to tell
automake what you're up to.  Otherwise automake isn't smart enough to
look in the dynamically computed aux dir.  This is an automake bug;
I'll submit a PR.

Tom

Reply via email to