> The most recent version available to me is 1.4-p4. Is there any chance of 
> this working? Is there anything like a 'success' msg to look out for?

I think 1.4-p4 should do fine.
An easy way to check is to do a

  grep AC_DEFUN

on automake's .m4 files; if they look like

  AC_DEFUN([blah],...

instead of

  AC_DEFUN(blah,...

they should work.
Once it's installed, just run aclocal to update aclocal.m4 with the
fixed macros, and then autoconf should no longer complain.



Reply via email to