Commit 27c25a02eec6819c325e812833467686dc089cb2

Alexandre Duret-Lutz 2002-01-02T16:12:29

Fix for PR automake/278: * m4/python.m4 (AM_PYTHON_CHECK_VERSION): Use `sys.hexversion' to cope with versions such as '2.2c1'. Also, use `int' instead of the obsoleted `string.atoi'. Reported by Enrico Scholz.