| c:/djgpp/tmp/au7944/input.m4:44: c:/djgpp/bin/m4.exe: Cannot open
| [c:/djgpp/tmp/au7944/m4.m4]: No such file or directory (ENOENT)
| c:/djgpp/tmp/au7944/input.m4:44: c:/djgpp/bin/m4.exe: Cannot open [../libm4.m4]: No
| such file or directory (ENOENT)
|
| and a preserved input.m4:
|
| divert(-1) -*- Autoconf -*-
| changequote([, ])
|
| # Move all the builtins into the `_au_' pseudo namespace
| include([c:/djgpp/tmp/au7944/m4save.m4])
|
| # Import the definition of the obsolete macros.
| include([c:/djgpp/tmp/au7944/au.m4])
|
| # _au_enable
| # ----------
| # Called at the beginning of all the obsolete macros. Reenable the
| # builtins, and libm4.
| define([_au_enable],
| [_au_divert(-1)
| # Enable special characters.
| _au_changecom([#])
|
| # Enable the m4 builtins, libm4 and the autoquoting AC macros.
| _au_include([c:/djgpp/tmp/au7944/m4.m4])
| _au_include([../libm4.m4])
| _au_include([c:/djgpp/tmp/au7944/ac.m4])
|
| _au_divert(0)])
|
| # _au_disable
| # -----------
| # Called at the end of all the obsolete macros. Disable the
| # builtins, and libm4.
| define([_au_disable],
| [_au_divert(-1)
| # Disable libm4, the AC autoquoting macros, and m4.
| _au_include([c:/djgpp/tmp/au7944/disable.m4])
| _au_include([c:/djgpp/tmp/au7944/unm4.m4])
|
| # Disable special characters.
| _au_changequote()
| _au_changecom()
|
| _au_divert(0)])
|
| # Disable, and process.
| _au_disable()_au_dnl
| AC_INIT
| dnl The doc says 27 is a valid fubar.
| fubar=27
| AC_OUTPUT(Makefile, echo $fubar, fubar=$fubar)
I don't understand. Your file seems fine. It is probably `au.m4'
which contains the bad thing.
In fact, could try preserve input.m4 again, and then run
m4 -dV input.m4 >log 2&1
it should generate a huge log. In fact, could you wrap the whole
/tmp/au* directory and send it to me.
Thanks Mark!