> "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
> "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
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