Conversation
Replace the deprecated AC_TRY_RUN with AC_RUN_IFELSE. Also, standardize the variable name and allow for caching of the result.
| docdir | ||
| oldincludedir | ||
| includedir | ||
| runstatedir |
There was a problem hiding this comment.
This part already was added and then removed back because this was a feature from still not released autoconf version. What version do you use? Is it already released?
There was a problem hiding this comment.
For what I know, autoconf is now current at 2.69, and have no plan for new version release*.
There was a problem hiding this comment.
This is from the autoconf that Ubuntu ships. I don't really see the harm in having the --runstatedir option around.
Replace the deprecated AC_TRY_RUN with AC_RUN_IFELSE. Also, standardize the variable name and allow for caching of the result.
|
The discussion on python-committers was raised again (https://mail.python.org/pipermail/python-committers/2016-September/004001.html) and again (https://mail.python.org/pipermail/python-committers/2016-November/004072.html). |
|
The discussion seems inconclusive. I still think we should stop checking generated files in. |


Replace the deprecated AC_TRY_RUN with AC_RUN_IFELSE. Also, standardize the
variable name and allow for caching of the result.