Re: 14-am-traces.patch

2001-01-29 Thread Akim Demaille
> "Tom" == Tom Tromey <[EMAIL PROTECTED]> writes: Akim> + local ($traces) = "$ENV{amtraces} "; Well, I'm applying this anyway, as , but for this envvar, you OK'ed it. It makes it possible to toy with it for those who read this list. It'll be easy to clean up.

Re: 14-am-traces.patch

2001-01-29 Thread Akim Demaille
| Akim> +local ($traces) = "$ENV{amtraces} "; | | Do we really want to use an environment variable? Eventually automake | will default to using the autoconf trace facility. At that time I | suppose we'll generate a rule in Makefile.in that looks like: | | $(AUTOMAKE) --autoconf=$(AUTO

Re: 14-am-traces.patch

2001-01-28 Thread Tom Tromey
> "Akim" == Akim Demaille <[EMAIL PROTECTED]> writes: Akim> * automake.in (&scan_autoconf_config_files): Extract from Akim> &scan_one_autoconf_file. Akim> (&scan_one_autoconf_file): Use it. Akim> (&scan_autoconf_traces): New. Akim> ($scan_autoconf_files): Use it. This is fine. I h