From: doko@python.org Date: Sat, 26 Jan 2013 18:00:20 +0000 (+0100) Subject: - Issue #3718: Use AC_ARG_VAR to set MACHDEP in configure.ac. X-Git-Tag: v3.4.0a1~1520 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=682d8d4aaadc57c059e2f53a00c328e99050f3a8;p=python - Issue #3718: Use AC_ARG_VAR to set MACHDEP in configure.ac. --- 682d8d4aaadc57c059e2f53a00c328e99050f3a8 diff --cc Misc/NEWS index 80c6912f74,c58ab661e9..01842ce5c2 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -765,10 -547,8 +765,12 @@@ Test Build ----- + - Issue #3718: Use AC_ARG_VAR to set MACHDEP in configure.ac. + +- Issue #16235: Implement python-config as a shell script. + +- Issue #16769: Remove outdated Visual Studio projects. + - Issue #17031: Fix running regen in cross builds. - Issue #3754: fix typo in pthread AC_CACHE_VAL.