Re: [CMake] Help converting an autotools project

2007-05-11 Thread Alexander Neundorf
On Thursday 10 May 2007 20:01, Andreas Pakulat wrote: > On 11.05.07 01:30:12, Andreas Pakulat wrote: ... > I admit I didn't use google before sending this out (I did try to find > something a week ago, but didn't find anything usable, probably bad > wording or too late in the night). Anyway I found

Re: [CMake] Help converting an autotools project

2007-05-10 Thread Brandon Van Every
Well, the Chicken Scheme-to-C compiler is not oriented towards KDE4 in any way, but it does currently feature a unified CMake and Autoconf build. Much as I'm trying to get people to dump the Autoconf build, they're scared to let go of it. So, you can see a lot of non-trivial Autoconf and CMake s

Re: [CMake] Help converting an autotools project

2007-05-10 Thread Andreas Pakulat
On 11.05.07 01:30:12, Andreas Pakulat wrote: > Hi, > > I need some help converting an autotools project to cmake. I ran an > am2cmake script (from KDE4) which created somewhat usable > CMakeLists.txt. What it didn't do is convert the config.h.in to a > config.h.cmake and I don't really have an ide

[CMake] Help converting an autotools project

2007-05-10 Thread Andreas Pakulat
Hi, I need some help converting an autotools project to cmake. I ran an am2cmake script (from KDE4) which created somewhat usable CMakeLists.txt. What it didn't do is convert the config.h.in to a config.h.cmake and I don't really have an idea what to do with that file. Looking at some kde4 stuff