Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: 2e30eb6a98fb9b47e840528b41f1fc4446c69f36 https://github.com/python/cpython/commit/2e30eb6a98fb9b47e840528b41f1fc4446c69f36 Author: Benjamin Peterson <benjamin at python.org> Date: 2017年04月14日 (2017年4月14日) Changed paths: M aclocal.m4 M configure M configure.ac Log Message: ----------- improve alignment autoconf test (#1129) (#1139) Replace the deprecated AC_TRY_RUN with AC_RUN_IFELSE. Also, standardize the variable name and allow for caching of the result.