Re: 114-remove-define-prog-var.patch

2001-05-08 Thread Akim Demaille
> "Tom" == Tom Tromey <[EMAIL PROTECTED]> writes: Tom> I don't really think these changes are improvements. The Tom> cumulative effect is that if Cygnus mode changes we have to Tom> search all over the place to make the change. Why do you prefer Tom> this? Still the same idea: automake is

Re: 114-remove-define-prog-var.patch

2001-04-12 Thread Tom Tromey
> "Akim" == Akim Demaille <[EMAIL PROTECTED]> writes: Akim> Would it be better to use @MAKEINFO@ instead of `makeinfo' in Akim> the else branch of Yeah, probably. Go ahead and do this. Akim> * automake.in (&define_program_variable): Remove. Akim> (&scan_one_autoconf_file): Skip MAKEINF

114-remove-define-prog-var.patch

2001-04-01 Thread Akim Demaille
Would it be better to use @MAKEINFO@ instead of `makeinfo' in the else branch of +MAKEINFO = `if test -f $(top_builddir)/../texinfo/makeinfo/makeinfo; then \ +echo $(top_builddir)/../texinfo/makeinfo/makeinfo; \ + else \ +echo makeinfo; \ + fi` ??? Ind