Re: [CMake] Converting from autoconf to cmake problem

2010-11-02 Thread Aaron Turner
On Tue, Nov 2, 2010 at 6:09 PM, Clifford Yapp wrote: > On Tue, Nov 2, 2010 at 12:24 PM, Aaron Turner wrote: >> >> Michael brings up a good point and I'd take it one step further. >> Rather then re-creating the laundry list of Autoconf macros, I'd >> rather just see a few macros like: >> >> CMAKE_

Re: [CMake] Converting from autoconf to cmake problem

2010-11-02 Thread Clifford Yapp
On Tue, Nov 2, 2010 at 12:24 PM, Aaron Turner wrote: > > Michael brings up a good point and I'd take it one step further. > Rather then re-creating the laundry list of Autoconf macros, I'd > rather just see a few macros like: > > CMAKE_CHECK_C99_COMPATIBILITY > CMAKE_CHECK_PLATFORM_BITS > CMAKE_CH

Re: [CMake] Converting from autoconf to cmake problem

2010-11-02 Thread Aaron Turner
On Tue, Nov 2, 2010 at 12:40 AM, Michael Wild wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi > > In addition to the other replies, here some thoughts on the mentioned > macros (see below): > > On 10/30/2010 05:45 AM, mina adel wrote: >> >> Hi All >> >> I am converting a code from

Re: [CMake] Converting from autoconf to cmake problem

2010-11-02 Thread Michael Wild
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi In addition to the other replies, here some thoughts on the mentioned macros (see below): On 10/30/2010 05:45 AM, mina adel wrote: > > Hi All > > I am converting a code from configure.ac to cmake. > Can any one please advice me about what is the

Re: [CMake] Converting from autoconf to cmake problem

2010-11-01 Thread mina adel
I think that would be a good idea to implement AC_* macros as CMAK_* macros. it will really help Thank you From: Clifford Yapp To: mina adel Cc: cmake@cmake.org Sent: Sat, October 30, 2010 3:36:44 PM Subject: Re: [CMake] Converting from autoconf to cmake

Re: [CMake] Converting from autoconf to cmake problem

2010-10-30 Thread Clifford Yapp
CMake does not provide replacements for all the specific AC_* tests, although in most cases the functionality can be created with what it does provide. I'm having to do a fair bit of this kind of AC_* function re-creation for Tcl, and had to do a bit for BRL-CAD as well - I imagine as more autocon

Re: [CMake] Converting from autoconf to cmake problem

2010-10-29 Thread Aaron Turner
On Fri, Oct 29, 2010 at 8:45 PM, mina adel wrote: > > > Hi All > > I am converting a code from configure.ac to cmake. > Can any one please advice me about what is the corresponding macro for the > following. I have searched the cmake wiki and documentation and didnot find > any. > > AC_HEADER_STDB

[CMake] Converting from autoconf to cmake problem

2010-10-29 Thread mina adel
Hi All I am converting a code from configure.ac to cmake. Can any one please advice me about what is the corresponding macro for the following. I have searched the cmake wiki and documentation and didnot find any. AC_HEADER_STDBOOL AC_C_CONST AC_TYPE_PID_T AC_TYPE_SIZE_T AC_STRUCT_TM # Chec