----- Original Message -----
From: "Raja R Harinath" <[EMAIL PROTECTED]>
>
> This doesn't look like it'll work with, say
>
>   automake --add-missing src/Makefile
>
> This won't add 'depcomp' to DIST_COMMON in the top Makefile.in.


You cannot use automake --add-missing src/Makefile until a straight
automake --add-missing has been called - because automake doesn't know
about src until then.

So there should be no issue (the first automake invocation should add
depcomp).

Rob


Reply via email to