This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: 08-no-join.patch
- To: Akim Demaille <akim at epita dot fr>
- Subject: Re: 08-no-join.patch
- From: Tom Tromey <tromey at redhat dot com>
- Date: 28 Jan 2001 18:46:23 -0700
- Cc: Automake <automake at gnu dot org>
- List-Id: Discussion list for automake <automake.gnu.org><mailto:automake-request@gnu.org?subject=unsubscribe>
- References: <E14MuTl-0006UI-00@nostromo.lrde.epita.fr>
- Reply-To: tromey at redhat dot com
>>>>> "Akim" == Akim Demaille <akim@epita.fr> writes:
Akim> * automake.in (handle_tags): Use &transform.
Akim> (am_error, am_line_error, am_conf_error, read_am_file): Use
Akim> directly arrays in strings, no need for &join.
Akim> * Makefile.am (maintainer-check): Use grep -w when looking for
Akim> words.
Ok.
I think we should add `require 5.0', or whatever it is (my knowledge
of Perl after Perl 4 is abysmal) just to ensure that the wrong Perl is
never invoked. I think the `join remove' part of the patch requires
Perl 5 (which is fine).
Tom