> IIUC, everything is fine, isn't it?
Relative fine anyway. Any other folks can hack their shell port to let 'test -
f prog' return true for 'test -f prog.exe' (assuming test is builtin in to
the shell they port).
> Puke puke puke! Bloody colons in file names :( I'm surprised that
> the `autoconf --trace' test didn't fail for you! The expected output
> is...
For some reason it works. Go figure.
> instead? Mark, could you check that it fixes your problem? Or maybe
> we should be more severe and use
>
I used the first suggested change. #96 now passes. However, now on to #97. I
haven't looked into this yet, but my guess is it's not recognizing '?:*' as
absolute.
===============================
debug-97.sh: Testing autoupdate
===============================
cat > configure.in <<'EOF'
+ cat
# Checking `autoupdate'.
$at_traceoff
+ set +vx
./tools.m4:180: testing...
../autoupdate -m $top_srcdir -<configure.in
+ ../autoupdate -m .. -
c:/djgpp/tmp/au16317/input.m4:44: c:/djgpp/bin/m4.exe: Cannot open
[c:/djgpp/tmp/au16317/m4.m4]: No such file or directory (ENOENT)
c:/djgpp/tmp/au16317/input.m4:44: c:/djgpp/bin/m4.exe: Cannot open
[../libm4.m4]: No such file or directory (ENOENT)
c:/djgpp/tmp/au16317/input.m4:44: c:/djgpp/bin/m4.exe: Cannot open
[c:/djgpp/tmp/au16317/ac.m4]: No such file or directory (ENOENT)
c:/djgpp/tmp/au16317/input.m4:44: c:/djgpp/bin/m4.exe: Cannot open
[c:/djgpp/tmp/au16317/m4.m4]: No such file or directory (ENOENT)
c:/djgpp/tmp/au16317/input.m4:44: c:/djgpp/bin/m4.exe: Cannot open
[../libm4.m4]: No such file or directory (ENOENT)
c:/djgpp/tmp/au16317/input.m4:44: c:/djgpp/bin/m4.exe: Cannot open
[c:/djgpp/tmp/au16317/ac.m4]: No such file or directory (ENOENT)
c:/djgpp/tmp/au16317/input.m4:44: c:/djgpp/bin/m4.exe: Cannot open
[c:/djgpp/tmp/au16317/m4.m4]: No such file or directory (ENOENT)
c:/djgpp/tmp/au16317/input.m4:44: c:/djgpp/bin/m4.exe: Cannot open
[../libm4.m4]: No such file or directory (ENOENT)
c:/djgpp/tmp/au16317/input.m4:44: c:/djgpp/bin/m4.exe: Cannot open
[major snippage to avoid repeating the same thing over and over]
c:/djgpp/tmp/au16317/input.m4:44: c:/djgpp/bin/m4.exe: ERROR: Recursion limit
of 250 exceeded, use -L<N> to change it
[]ifval([], [[at_status=$?
+ at_status=0
if test $at_status != 0; then
test -n "$at_verbose" && cat stderr >&6
exit $at_status
fi
+ test 0 '!=' 0
$at_traceoff
+ set +vx
$at_traceoff
+ set +vx