This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: 06-handle-1-transform-list.patch
- To: Akim Demaille <akim at epita dot fr>
- Subject: Re: 06-handle-1-transform-list.patch
- From: Tom Tromey <tromey at redhat dot com>
- Date: 28 Jan 2001 18:36:05 -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: <E14MuTb-0006U2-00@nostromo.lrde.epita.fr>
- Reply-To: tromey at redhat dot com
>>>>> "Akim" == Akim Demaille <akim@epita.fr> writes:
Akim> * automake.in (handle_single_transform_list): if (@list) { foreach
Akim> (@list) ...} can be written as a simple `foreach' loop.
I didn't read this in enough detail to verify that all that you did
was remove the `if'. However, I assume that is so. Ok.
Tom