main::scan_file() called too early to check prototype at /usr/local/bin/aclocal line 617.
The latest 1.11.6 has the same issue, but automake 1.12.1 fixed that warning by having subroutine prototypes early in the code.
What would be the right way to go about this? Just put up with the warning? Nenad