Re: 19-if-in-scripts-am.patch

2001-03-21 Thread Lars J. Aas
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

make dist

2001-03-21 Thread Lars J. Aas
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

Re: make dist

2001-03-21 Thread Tom Tromey
"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 instance

Re: FYI: On the way to -w

2001-03-21 Thread Derek R. Price
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 properly, I have