This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: s/file_contents_with_tranform ($1, $2)/file_contents ($2, $1)/g
- To: Akim Demaille <akim at epita dot fr>
- Subject: Re: s/file_contents_with_tranform ($1, $2)/file_contents ($2, $1)/g
- From: Tom Tromey <tromey at redhat dot com>
- Date: 30 Jan 2001 21:40:04 -0700
- Cc: automake at gnu dot org
- List-Id: Discussion list for automake <automake.gnu.org><mailto:automake-request@gnu.org?subject=unsubscribe>
- References: <mv4g0i1mnhi.fsf@nostromo.lrde.epita.fr>
- Reply-To: tromey at redhat dot com
>>>>> "Akim" == Akim Demaille <akim@epita.fr> writes:
Ok, this was the "file_contents" patch I referred to and then forgot I
hadn't yet read. Sorry about that.
Akim> * automake.in (file_contents): Remove.
Akim> (file_contents_with_transform): Swap the order of the arguments,
Akim> and rename as...
Akim> (file_contents): this.
Akim> Adjust all uses.
Ouch, I'll have trouble remembering this! Still, I agree that this is
a good change. Please check it in.
Tom