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 possible needed to be used - now only %% is
taken by Automake, instead of both %%, ?? and possibly others.  This is
therefore a good move.  However, as I actually suggested it, I would like
the ? to be placed after the keyword, so the keyword looks like e.g. a
scheme predicate.  The ! is of course the NOT operator and is by convention
placed before the predicate.

Just my two cents.

  Lars J
-- 
Innovation is one percent inspiration and ninetynine percent perspiration,
and in my case; twice that...  -- Norville Barnes, `The Hudsucker Proxy'




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 ignored too.  CVS Automake as usual.

  Lars J




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 depcomp, and ltconfig.

These are bugs.

Lars The *_SCRIPTS and *_DATA files seems to be ignored too.

These are intentional.  Not all primaries are distributed by default.

You can use `dist_*_SCRIPT' and `dist_*_DATA' to change this.

Tom




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 to understand how to use the regular
 mechanisms (i.e., study what you said about the special case of
 depcomp not being like missing and the like).

 We could use use strict right now *if* we declare %require_file_found
 is global.  But I didn't because it's a lie, it's not where we are
 going to.

I sent a patch a while ago, ostensibly to fix the depcomp support, but which
cleans up a bunch of the require_file stuff, including removing this line.  And
oh, was it a mess before I went at it.

You should have the rest of the asssignments necessary to use it shortly.  I
mailed them Monday evening.  I can even resubmit a new version which resolves the
current conflicts, I believe, as long as I do it on my own time.  I'm not sure how
long it'll be before I can do automake work on my day job again.  :)

Derek

--
Derek Price  CVS Solutions Architect ( http://CVSHome.org )
mailto:[EMAIL PROTECTED] CollabNet ( http://collab.net )
--
On every question of construction [of the Constitution], let us carry ourselves
back to the time when the Constitution was adopted, recollect the spirit
manifested in the debates, and instead of trying what meaning may be squeezed
out of the text, or invented against it, conform to the probable one in which
it was passed.
- Thomas Jefferson, letter to William Johnson,
June 12, 1823, _The Complete Jefferson_, p. 322.