This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: 76-magicless-distdirs.patch
- To: Akim Demaille <akim at epita dot fr>
- Subject: Re: 76-magicless-distdirs.patch
- From: Tom Tromey <tromey at redhat dot com>
- Date: 25 Feb 2001 19:05:36 -0700
- Cc: Automake <automake at gnu dot org>
- List-Id: Discussion list for automake <automake.gnu.org>
- References: <E14X8xD-0006vU-00@nostromo.lrde.epita.fr>
- Reply-To: tromey at redhat dot com
>>>>> "Akim" == Akim Demaille <akim@epita.fr> writes:
Akim> * automake.in (&handle_dist): Use &transform instead of dedicated
Akim> magic for DISTDIRS.
Akim> But be sure to always do it.
Akim> * distdir.am: Adjust.
This is ok, but...
Akim> - grep ($dist_dirs{'$(distdir)/' . $_} = 1, keys %dist_dirs);
Akim> - $xform .= &transform ('DISTDIRS', join (' ', sort keys %dist_dirs));
This code changed several days ago in response to a bug report.
This really worries me.
Tom