[LLVMbugs] [Bug 17708] New: CMake and autoconf disagrees on minimal Python version
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Oct 28 01:45:42 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=17708
Bug ID: 17708
Summary: CMake and autoconf disagrees on minimal Python version
Product: Build scripts
Version: trunk
Hardware: All
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: autoconf
Assignee: unassignedbugs at nondot.org
Reporter: almk277 at gmail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
CMakeLists requires python >= 2.4:
set(Python_ADDITIONAL_VERSIONS 2.7 2.6 2.5 2.4)
And configure.ac requires python >= 2.5:
AC_MSG_CHECKING([for python >= 2.5])
...
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20131028/0693c72a/attachment.html>
More information about the llvm-bugs
mailing list