[issue36214] AC_RUN_IFELSE macros not used as arguments of AC_CACHE_VAL et al

2019-12-10 Thread Xavier de Gaye


Change by Xavier de Gaye :


--
stage: patch review -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue36214] AC_RUN_IFELSE macros not used as arguments of AC_CACHE_VAL et al

2019-03-18 Thread Xavier de Gaye


Change by Xavier de Gaye :


--
keywords: +patch
pull_requests: +12368
stage: needs patch -> patch review

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue36214] AC_RUN_IFELSE macros not used as arguments of AC_CACHE_VAL et al

2019-03-06 Thread Xavier de Gaye


New submission from Xavier de Gaye :

When the AC_RUN_IFELSE macro is used as the 'COMMANDS-TO-SET-IT' argument of 
the AC_CACHE_VAL or AC_CACHE_CHECK macros, it is possible to override the last 
argument of AC_RUN_IFELSE that is used when cross-compiling and set the 
variable with a cached value instead.

The determination of the following variables in configure.ac does not follow 
this mechanism (does not use AC_CACHE_VAL et al):

ac_osx_32bit, ac_cv_x87_double_rounding, have_glibc_memmove_bug, 
have_ipa_pure_const_bug

This should be changed except for the cases where cross-compilation does not 
make sense.

--
components: Build
messages: 337318
nosy: xdegaye
priority: normal
severity: normal
stage: needs patch
status: open
title: AC_RUN_IFELSE macros not used as arguments of AC_CACHE_VAL et al
type: behavior
versions: Python 3.8

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com