On Tue, Mar 20, 2001 at 07:03:11PM -0700, Tom Tromey wrote:
: Akim> (&transform): At least for an easy transition, also transform
: Akim> %?FOO% and %!FOO%, as suggested by Lars.
This one slipped by on the first post. First of all, I suggested this so
that as few delimiters as po
I've started cleaning up my projects so that "make dist" will work for
them. To make it work, though, there are some files I have to put
in EXTRA_DIST to get included, which should have been added automatically,
for instance depcomp, and ltconfig. The *_SCRIPTS and *_DATA files seems
to be ignor
> "Lars" == Lars J Aas <[EMAIL PROTECTED]> writes:
Lars> I've started cleaning up my projects so that "make dist" will
Lars> work for them. To make it work, though, there are some files I
Lars> have to put in EXTRA_DIST to get included, which should have
Lars> been added automatically, for i
On Wed, Mar 21, 2001 at 11:54:00AM -0700, Tom Tromey wrote:
: Lars> I've started cleaning up my projects so that "make dist" will
: Lars> work for them. To make it work, though, there are some files I
: Lars> have to put in EXTRA_DIST to get included, which should have
: Lars> been added automati
Akim Demaille wrote:
> Tom Tromey <[EMAIL PROTECTED]> writes:
>
> > What remains in order to enable `use strict'?
[. . .]
> > $require_file_found{'depcomp'} = 1 if -f "$depcomp_dir/depcomp";
>
> it is because of this guy. It should not be used directly here, but
> to fix this proper