On 28 Apr 2007, at 19:33, Joel E. Denny wrote:
To find out which version of M4 Autoconf is using:
`echo 'm4_divert(0)__program__' | autom4te --language=m4sugar`
--version
How should it be entered?
At a bash prompt.
Directly at the console gives:
bash: __program__: command not found
Not for me.
I get:
root# `echo 'm4_divert(0)__program__' | autom4te --language=m4sugar`
--version
bash: __program__: command not found
So something might be wrong here.
If it's using an old version, reinstall Autoconf.
I did that, and it did not help.
Hans Aberg