This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Automake 1.5 - depcomp not added to DIST_COMMON



----- Original Message -----
From: "Raja R Harinath" <harinath@cs.umn.edu>
>
> 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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]