On Sun, Nov 04, 2001 at 07:27:01PM -0300, Daniel Grunblatt wrote: > * A modification to Configure.pl and Makefile.in to detect if the compiler > accepts computed gotos, also added testcomputedgoto_c.in. Is there some reason that this is an _c.in file? I've noticed that both this and testparrotsizes_c.in have no substutions (AFAICS), so could just as easily be .c files (in a different directory, I'd tend to say).
For that matter, why are we avoiding filenames with more then one dot? It'd be easy to teach a Makefile to get core.ops.c from core.ops; much harder to tell it how to get core_ops.c. (Note that in the current Makefile, we special-case it.) -=- James Mastros