[issue14327] replace use of uname in the configury with macros set by AC_CANONICAL_HOST

Matthias Klose report at bugs.python.org
Thu Mar 15 21:18:37 CET 2012


Matthias Klose <doko at debian.org> added the comment:

call AC_CANONICAL_HOST and check in config.{guess,sub},
taken from git://git.savannah.gnu.org/config.git

--- a/configure.ac	Thu Mar 15 20:42:23 2012 +0100
+++ b/configure.ac	Thu Mar 15 21:17:32 2012 +0100
@@ -33,6 +33,8 @@
 AC_CONFIG_SRCDIR([Include/object.h])
 AC_CONFIG_HEADER(pyconfig.h)
 
+AC_CANONICAL_HOST
+
 dnl Ensure that if prefix is specified, it does not end in a slash. If
 dnl it does, we get path names containing '//' which is both ugly and
 dnl can cause trouble.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14327>
_______________________________________


More information about the Python-bugs-list mailing list