name of m4 executable

2000-10-20 Thread Marco Franzen
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

Re: name of m4 executable

2000-10-23 Thread Marco Franzen
[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

Re: name of m4 executable

2000-10-30 Thread Marco Franzen
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