This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: Automake 1.5 - depcomp not added to DIST_COMMON
- To: <automake-patches at gnu dot org>,"Raja R Harinath" <harinath at cs dot umn dot edu>
- Subject: Re: Automake 1.5 - depcomp not added to DIST_COMMON
- From: "Robert Collins" <robert dot collins at itdomain dot com dot au>
- Date: Sun, 23 Sep 2001 16:08:29 +1000
- Cc: "Pavel Roskin" <proski at gnu dot org>,<automake at gnu dot org>
- List-Id: Discussion list for automake <automake.gnu.org>
- References: <Pine.LNX.4.33.0108280207020.25589-100000@portland.hansa.lan><mvbofo3kqm3.fsf@phobos.lrde.epita.fr> <d9ofo32c7w.fsf@han.cs.umn.edu>
----- 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