Re: [Python-Dev] CMake Evaluation

2009-03-30 Thread Matthieu Brucher
2009/3/31 R. David Murray : > On Mon, 30 Mar 2009 at 11:50, Bill Hoffman wrote: >>> >>> B. It does not allow the CMakeLists.txt file control the --help >> >> output. This appears to be an intentional decision >> (http://www.cmake.org/pipermail/cmake-promote/2006-May/95.html). >> To replace it,

Re: [Python-Dev] CMake Evaluation

2009-03-30 Thread R. David Murray
On Mon, 30 Mar 2009 at 11:50, Bill Hoffman wrote: B. It does not allow the CMakeLists.txt file control the --help output. This appears to be an intentional decision (http://www.cmake.org/pipermail/cmake-promote/2006-May/95.html). To replace it, they have an interactive mode (which asks you a

[Python-Dev] CMake Evaluation

2009-03-30 Thread Bill Hoffman
Hi, I noticed the thread on CMake evaluation, and as a CMake developer I am interested in helping you evaluate CMake. I guess four issues were raised: >A. It has no equivalent of autoheader, so we'd have to maintain pyconfig.h.in by hand. This is currently true, but if this were a deal break