This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: subdir4.test
- To: Akim Demaille <akim at epita dot fr>
- Subject: Re: subdir4.test
- From: Jim Meyering <meyering at ascend dot com>
- Date: 18 Oct 2000 09:54:45 +0200
- Cc: Automake List <automake at gnu dot org>
- List-Id: Discussion list for automake <automake.gnu.org>
- References: <mv4vgutjg4t.fsf@nostromo.lrde.epita.fr>
You're welcome to apply your change.
I suppose (since tests pass without it) something has
changed to make that code unnecessary.
Akim Demaille <akim@epita.fr> writes:
...
| but the problem is that Jim made this on purpose I guess since:
I have been known to check in changes accidentally :-)
but that wasn't one of them.
| | 2000-08-06 Jim Meyering <meyering@lucent.com>
| |
| | * Makefile.am (TESTS): Add subdir4.test.
| | * subdir4.test: New test for the just-fixed depcomp failure.
| | [...]
| |
| | 2000-03-19 Tom Tromey <tromey@cygnus.com>
| |
| | * libobj2.test: Put depcomp into subdir.
| | * confsub.test: Put depcomp into subdir.
| | * defs: Always copy `depcomp'.
|
| his introduction of subdir4.test was made after that `defs' copies
| `depcomp'. Since I don't understand too well what was your intention,
| Jim, I didn't apply it. But with this patch, Automake checks and
| distchecks.