Wrong PACKAGE_VERSION
In configure.ac, AC_INIT defines the version as 0.31, but below there is: `dnl Information about this version of INTERCAL.` `PACKAGE_VERSION=0.30` Maybe this should simply be deleted? AC_INIT defines PACKAGE_VERSION already.
issue