Tom Tromey <[EMAIL PROTECTED]> writes:
> * A user-defined directory is valid for any primary
But obeys the m/exec/ rule. Which means my assumption that
programs.am etc. did not need the ?EXEC? hooks was wrong. OK, thanks!
> * The valid standard directories are chosen on a per-primary basis.
> Look for calls to &am_install_var to see what is valid for a given
> primary.
>
> Eg. for headers:
>
> my @r = &am_install_var ('-defaultdist', 'header', 'HEADERS', 'include',
> 'oldinclude', 'pkginclude',
> 'noinst', 'check');
>
> This means `includedir', `oldincludedir', and `pkgincludedir' are
> valid. Also `noinst' and `check' (which aren't directories) are
> valid.
Which means I really need the exec_dir_p structure, right?