> I don't get it at all. Why would you have such problems, and I
> don't???
>
> Can you send one of these input.m4 files? Thanks!
>
The first error messages from debug-98.sh are this:
../autoupdate -d -v -m $top_srcdir -<configure.in
+ ../autoupdate -d -v -m .. -
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)