Autoconf version 2.13
When I configured autoconf, it looked for GNU m4 under serveral names,
including gm4:
checking for gm4... /usr/gnu/bin/gm4
After building and installing autoconf, this information was lost, and the
installed version did not find this very (g)m4. I would have expected
[Crossposting to gcc-bugs.
Gcc's top-level Makefile invokes sub-makes with M4=m4. This overrides
autoconf's otherwise correct idea of what "m4" it should call.]
On Sat, 21 Oct 2000, Assar Westerlund wrote:
> Marco Franzen <[EMAIL PROTECTED]> writes:
> > When I
On Mon, 30 Oct 2000, Assar Westerlund wrote:
> > the current build tree. But the default case (no m4 in the tree) hard-codes
> > overriding with the value `m4' (without the quotes) rather than not
> > overriding.
> >
> > The Makefile sets (literally copied from its Makefile.in)
> > DEFAULT_M4 = m